isomorphic-secp256k1-js
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "isomorphic-secp256k1-js", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "An ultra lightweight (2 kbyte) pure JavaScript implimentation for the secp256k1 curve for node and browsers.", | ||
@@ -5,0 +5,0 @@ "repository": { |
// @ts-check | ||
import sha256 from "../src/sha256.js"; | ||
import sha256 from "./sha256.js"; | ||
import hmac_sha256 from "./hmac_sha256.js"; | ||
@@ -4,0 +4,0 @@ import { get_signature } from "./utils.js"; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
25292