Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eccrypto", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JavaScript Elliptic curve cryptography library", | ||
@@ -42,13 +42,13 @@ "main": "index.js", | ||
"jshint": "*", | ||
"karma": "^0.12.28", | ||
"karma-browserify": "^1.0.1", | ||
"karma-chrome-launcher": "^0.1.7", | ||
"karma-cli": "~0.0.4", | ||
"karma-firefox-launcher": "^0.1.3", | ||
"karma-mocha": "^0.1.10", | ||
"karma-mocha-reporter": "^0.3.1", | ||
"karma": "^0.12.37", | ||
"karma-browserify": "^4.2.1", | ||
"karma-chrome-launcher": "^0.2.0", | ||
"karma-cli": "^0.1.0", | ||
"karma-firefox-launcher": "^0.1.6", | ||
"karma-mocha": "^0.2.0", | ||
"karma-mocha-reporter": "^1.0.2", | ||
"mocha": "*" | ||
}, | ||
"dependencies": { | ||
"elliptic": "^4.0.0", | ||
"elliptic": "^5.0.0", | ||
"es6-promise": "^2.0.1", | ||
@@ -55,0 +55,0 @@ "nan": "^1.4.1" |
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
38350
+ Addedbn.js@3.3.0(transitive)
+ Addedelliptic@5.2.1(transitive)
- Removedbn.js@2.2.0(transitive)
- Removedelliptic@4.1.0(transitive)
Updatedelliptic@^5.0.0