node-webcrypto-ossl
Advanced tools
Comparing version 1.0.30 to 1.0.31
{ | ||
"name": "node-webcrypto-ossl", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"repository": { | ||
@@ -13,3 +13,2 @@ "type": "git", | ||
"clean": "rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*", | ||
"prepublish": "npm run build", | ||
"prepare": "npm run build", | ||
@@ -26,6 +25,3 @@ "test": "mocha", | ||
"coveragehtml": "nyc report -r html", | ||
"watch": "watch 'npm run coveragehtml' lib/ src/ test/", | ||
"live": "live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage", | ||
"predev": "if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi", | ||
"dev": "npm-run-all -p --silent watch live", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
@@ -46,17 +42,15 @@ }, | ||
"dependencies": { | ||
"@types/node": "^6", | ||
"mkdirp": "^0.5.1", | ||
"nan": "^2.5.1", | ||
"nan": "^2.7.0", | ||
"tslib": "^1.7.1", | ||
"webcrypto-core": "^0.1.16" | ||
"webcrypto-core": "^0.1.17" | ||
}, | ||
"devDependencies": { | ||
"@types/mkdirp": "^0.3.29", | ||
"live-server": "^1", | ||
"@types/node": "^8", | ||
"coveralls": "^2.13.1", | ||
"mocha": "^3.4.2", | ||
"npm-run-all": "^3", | ||
"nyc": "^10.1.2", | ||
"typescript": "^2.4.1", | ||
"watch": "^1.0.1" | ||
"typescript": "^2.5.2" | ||
} | ||
} |
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
4
6
356167
- Removed@types/node@^6
- Removed@types/node@6.14.13(transitive)
Updatednan@^2.7.0
Updatedwebcrypto-core@^0.1.17