isomorphic-secp256k1-js
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "isomorphic-secp256k1-js", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "An ultra lightweight (2 kbyte) pure JavaScript implimentation for the secp256k1 curve for node and browsers.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -23,6 +23,6 @@ ![secp256k1 logo](https://raw.githubusercontent.com/pur3miish/universal-ecdsa/master/static/secp256k1.svg) | ||
{ | ||
// This will import the correct dependencies. | ||
"imports": { | ||
"universal-sha256-js/": "https://deno.land/x/sha256js/", | ||
"universal-hmac-sha256-js/": "https://deno.land/x/hmacsha256@nodecrypto/" | ||
"universal-hmac-sha256-js/": "https://deno.land/x/hmacsha256/", | ||
"universal-hmac-sha256-js/hmac-sha256-node.mjs": "https://deno.land/x/hmacsha256/hmac-sha256-deno.mjs" | ||
} | ||
@@ -29,0 +29,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
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
16477