node-webcrypto-ossl
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "node-webcrypto-ossl", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"repository": { | ||
@@ -14,4 +14,3 @@ "type": "git", | ||
"prepublish": "npm run build", | ||
"postinstall": "npm run build", | ||
"pretest": "npm run build:source", | ||
"prepare": "npm run build", | ||
"test": "mocha", | ||
@@ -46,11 +45,10 @@ "build": "npm run build:es5", | ||
"dependencies": { | ||
"@types/mkdirp": "^0.3.29", | ||
"@types/node": "^6.0.78", | ||
"@types/node": "^6", | ||
"mkdirp": "^0.5.1", | ||
"nan": "^2.5.1", | ||
"tslib": "^1.7.1", | ||
"typescript": "^2.4.1", | ||
"webcrypto-core": "^0.1.16" | ||
}, | ||
"devDependencies": { | ||
"@types/mkdirp": "^0.3.29", | ||
"live-server": "^1", | ||
@@ -60,4 +58,5 @@ "mocha": "^3.4.2", | ||
"nyc": "^10.1.2", | ||
"typescript": "^2.4.1", | ||
"watch": "^1.0.1" | ||
} | ||
} |
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
416564
5
116
0
7
3940
2
- Removed@types/mkdirp@^0.3.29
- Removedtypescript@^2.4.1
- Removed@types/mkdirp@0.3.29(transitive)
- Removedtypescript@2.9.2(transitive)
Updated@types/node@^6