@herodotus_dev/mmr-hashes
Advanced tools
Comparing version 1.1.17 to 1.1.18
export * from "./stark-pedersen-hasher"; | ||
export * from "./poseidon-hasher"; | ||
export * from './keccak-hasher'; | ||
export * from './stark-poseidon-hasher'; |
@@ -20,2 +20,3 @@ "use strict"; | ||
__exportStar(require("./keccak-hasher"), exports); | ||
__exportStar(require("./stark-poseidon-hasher"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@herodotus_dev/mmr-hashes", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "A TypeScript implementation of Merkle Mountain Ranges", | ||
@@ -40,5 +40,6 @@ "keywords": [ | ||
"circomlibjs": "^0.1.7", | ||
"ethers": "5.7.2" | ||
"ethers": "5.7.2", | ||
"micro-starknet": "^0.2.3" | ||
}, | ||
"gitHead": "80cf85c644332a22c0c7b441aca9b7cc7a45cc23" | ||
"gitHead": "1bd0454f738910fcbe3d565c55bbeb13037564fe" | ||
} |
Sorry, the diff of this file is not supported yet
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
138073
23
330
5
+ Addedmicro-starknet@^0.2.3
+ Added@noble/curves@1.0.0(transitive)
+ Added@noble/hashes@1.3.01.3.3(transitive)
+ Addedmicro-starknet@0.2.3(transitive)