merkletreejs
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -476,3 +476,2 @@ "use strict"; | ||
if (!Array.isArray(proof) || | ||
!proof.length || | ||
!targetNode || | ||
@@ -479,0 +478,0 @@ !root) { |
{ | ||
"name": "merkletreejs", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Construct Merkle Trees and verify proofs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
202555
1833