@neo-one/ec-key
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@neo-one/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", | ||
@@ -48,2 +48,2 @@ "author": "Pier Fumagalli <pier@relocately.com>", | ||
} | ||
} | ||
} |
@@ -587,3 +587,3 @@ 'use strict'; | ||
exports = module.exports = ECKey; | ||
module.exports = ECKey; | ||
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
42886