Comparing version 1.1.4 to 1.1.5
@@ -17,3 +17,4 @@ declare var hash: Hash; | ||
update(msg: any, enc?: 'hex'): T | ||
digest(enc?: 'hex'): T | ||
digest(): number[] | ||
digest(enc: 'hex'): string | ||
} | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "hash.js", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Various hash functions that could be run by both browser and node", | ||
@@ -29,8 +29,8 @@ "main": "lib/hash.js", | ||
"inherits": "^2.0.3", | ||
"minimalistic-assert": "^1.0.0" | ||
"minimalistic-assert": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.0.0", | ||
"mocha": "^3.4.2" | ||
"eslint": "^4.19.1", | ||
"mocha": "^5.2.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
40175
1318
Updatedminimalistic-assert@^1.0.1