Comparing version 2.1.1 to 2.1.3
@@ -39,7 +39,1 @@ | ||
if(!module.parent) { | ||
var b = new Buffer (64) | ||
console.log(hexpp(b)) | ||
console.log(hexpp(b, {bigendian: true})) | ||
} | ||
{ | ||
"name": "sha.js", | ||
"description": "streaming sha1 hash in pure javascript", | ||
"version": "2.1.1", | ||
"version": "2.1.3", | ||
"homepage": "https://github.com/dominictarr/sha.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -13,3 +13,2 @@ | ||
var LE = true | ||
var hexpp = require('./hexpp') | ||
var u = require('./util') | ||
@@ -16,0 +15,0 @@ |
@@ -23,3 +23,6 @@ | ||
t.equal(createHash(alg).update(buf).digest('hex'), v[alg]) | ||
t.end() | ||
setTimeout(function () { | ||
//avoid "too much recursion" errors in tape in firefox | ||
t.end() | ||
}) | ||
}) | ||
@@ -26,0 +29,0 @@ |
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
795577
3449