Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ec-key", | ||
"description": "Wrapper around an Elliptic Curve private or public keys", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "src/ec-key.js", | ||
"author": "Pier Fumagalli <pier@relocately.com>", | ||
"homepage": "https://github.com/relocately/ec-key", | ||
"bugs": "https://github.com/relocately/ec-key/issues", | ||
"author": "Pier Fumagalli <pier@usrz.com>", | ||
"homepage": "https://github.com/usrz/ec-key", | ||
"bugs": "https://github.com/usrz/ec-key/issues", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Pier Fumagalli <pier@relocately.com>" | ||
"Pier Fumagalli <pier@usrz.com>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/relocately/ec-key" | ||
"url": "https://github.com/usrz/ec-key" | ||
}, | ||
@@ -36,4 +36,4 @@ "scripts": { | ||
"engines": { | ||
"node": "~6.0." | ||
"node": ">=6.0.0" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
42802