merkle-json
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "merkle-json", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Compute hash of Javascript object having optional Merkle hash tags", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -107,3 +107,3 @@ (function(exports) { | ||
function md51(s) { | ||
txt = ''; | ||
//txt = ''; | ||
var n = s.length, | ||
@@ -110,0 +110,0 @@ state = [1732584193, -271733879, -1732584194, 271733878], |
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
32479