Comparing version 0.1.1 to 0.1.2
@@ -189,4 +189,4 @@ /* global Blob File FormData $ */ | ||
}, | ||
hash: function () { | ||
return tools.hash.sha256(new Date().toISOString()) | ||
hash: function (salt) { | ||
return tools.hash.sha256(new Date().toISOString() + (salt || '')) | ||
} | ||
@@ -193,0 +193,0 @@ }, |
{ | ||
"name": "a-toolbox", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "basic lightweight tools", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
21323