Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "ec-key", | ||
"description": "Wrapper around an Elliptic Curve private or public keys", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "src/ec-key.js", | ||
"author": "Pier Fumagalli <pier@usrz.com>", | ||
@@ -11,3 +10,2 @@ "homepage": "https://github.com/usrz/ec-key", | ||
"license": "MIT", | ||
"contributors": [ | ||
@@ -24,13 +22,25 @@ "Pier Fumagalli <pier@usrz.com>" | ||
"keywords": [ | ||
"ec", "elliptic", "curve", "crypto", "private", "public", "key", "pem", | ||
"spki", "pkcs8", "pem", "rfc5208", "rfc5280", "rfc5915", "openssl" | ||
"ec", | ||
"elliptic", | ||
"curve", | ||
"crypto", | ||
"private", | ||
"public", | ||
"key", | ||
"pem", | ||
"spki", | ||
"pkcs8", | ||
"pem", | ||
"rfc5208", | ||
"rfc5280", | ||
"rfc5915", | ||
"openssl" | ||
], | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"gulp": "^3.9.1", | ||
"gulp-mocha": "^4.3.1" | ||
"chai": "^4.2.0", | ||
"gulp": "^4.0.2", | ||
"gulp-mocha": "^6.0.0" | ||
}, | ||
"dependencies": { | ||
"asn1.js": "^1.0.4" | ||
"asn1.js": "^5.2.0" | ||
}, | ||
@@ -37,0 +47,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
42851
+ Addedasn1.js@5.4.1(transitive)
+ Addedbn.js@4.12.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
- Removedasn1.js@1.0.6(transitive)
- Removedbn.js@2.2.0(transitive)
Updatedasn1.js@^5.2.0