File tree Expand file tree Collapse file tree 2 files changed +713
-3
lines changed
Expand file tree Collapse file tree 2 files changed +713
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "originalAuthor" : " Mark Cavage <mcavage@gmail.com>" ,
3- "name" : " ldapjs" ,
3+ "name" : " @infisical/ldapjs" ,
4+ "types" : " node_modules/@types/ldapjs/index.d.ts" ,
45 "homepage" : " http://ldapjs.org" ,
56 "description" : " LDAP client and server APIs" ,
6- "version" : " 3.0.8 " ,
7+ "version" : " 3.0.9 " ,
78 "license" : " MIT" ,
89 "repository" : {
910 "type" : " git" ,
1011 "url" : " git://github.com/Infisical/node-ldapjs.git"
1112 },
1213 "main" : " lib/index.js" ,
14+ "files" : [
15+ " lib/" ,
16+ " types/"
17+ ],
1318 "dependencies" : {
1419 "@ldapjs/asn1" : " ^2.0.0" ,
1520 "@ldapjs/attribute" : " ^1.0.0" ,
1924 "@ldapjs/filter" : " ^2.1.1" ,
2025 "@ldapjs/messages" : " ^1.3.0" ,
2126 "@ldapjs/protocol" : " ^1.2.1" ,
27+ "@types/ldapjs" : " ^3.0.6" ,
2228 "abstract-logging" : " ^2.0.1" ,
2329 "assert-plus" : " ^1.0.0" ,
2430 "backoff" : " ^2.5.0" ,
5561 "pre-commit" : [
5662 " lint:ci" ,
5763 " test"
58- ]
64+ ],
65+ "publishConfig" : {
66+ "access" : " public"
67+ }
5968}
You can’t perform that action at this time.
0 commit comments