node-webcrypto-ossl
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "node-webcrypto-ossl", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"repository": { | ||
@@ -21,3 +21,2 @@ "type": "git", | ||
"build:es2015": "tsc --module es2015 --target es2015", | ||
"install": "npm run build", | ||
"pub": "npm version patch && npm publish && git push", | ||
@@ -48,2 +47,3 @@ "sync": "git ac && git pull --rebase && git push", | ||
"@types/node": "^6.0.45", | ||
"@types/mkdirp": "^0.3.29", | ||
"mkdirp": "^0.5.1", | ||
@@ -54,3 +54,2 @@ "nan": "^2.4.0", | ||
"devDependencies": { | ||
"@types/mkdirp": "^0.3.29", | ||
"live-server": "^1", | ||
@@ -57,0 +56,0 @@ "mocha": "^3", |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
6
2
1
356764
5
87
2750
+ Added@types/mkdirp@^0.3.29
+ Added@types/mkdirp@0.3.29(transitive)