ldap-schema-ts-generator
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "ldap-schema-ts-generator", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Typescript typedef and meta-data generator for LDAP Schema. It can be useful to interact from schema-aware/type-safe LDAP Client with LDAP servers like active directory.", | ||
@@ -17,6 +17,9 @@ "repository": { | ||
"gen-docs": "typedoc", | ||
"postgen-docs": "node ./github/github.js", | ||
"postgen-docs": "node ./config/github.js", | ||
"tag": "node ./config/tag.js", | ||
"gen-changelog": "auto-changelog && git add CHANGELOG.md && git commit -m \"doc: change log\"", | ||
"tsc": "tsc", | ||
"tsc:watch": "tsc --watch", | ||
"prepublishOnly": "npm run tsc && npm run gen-docs", | ||
"prepublishOnly": "npm-run-all -s tsc gen-docs", | ||
"postpublish": "npm-run-all -s tag gen-changelog", | ||
"prod": "node --unhandled-rejections=strict dist/app.js", | ||
@@ -53,2 +56,3 @@ "inspect": "node --inspect --unhandled-rejections=strict dist/app.js", | ||
"@typescript-eslint/parser": "^2.29.0", | ||
"auto-changelog": "^2.0.0", | ||
"dotenv": "^8.2.0", | ||
@@ -55,0 +59,0 @@ "eslint": "^6.8.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309413
121
6648
15
1