crypto-browserify
Advanced tools
Comparing version 3.4.1 to 3.4.3
@@ -5,3 +5,3 @@ { | ||
"description": "partial implementation of crypto for the browser", | ||
"version": "3.4.1", | ||
"version": "3.4.3", | ||
"homepage": "https://github.com/dominictarr/crypto-browserify", | ||
@@ -13,3 +13,4 @@ "repository": { | ||
"scripts": { | ||
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done" | ||
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done", | ||
"prepublish": "npm ls && npm test" | ||
}, | ||
@@ -16,0 +17,0 @@ "engines": { |
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
47221