Comparing version 2.1.2 to 2.1.3
@@ -22,2 +22,4 @@ declare class Hasher { | ||
export const SHAKE: typeof Hasher; | ||
export default SHA3; |
{ | ||
"name": "sha3", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "The Keccak family of hashing algorithms.", | ||
@@ -35,16 +35,16 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.8.7", | ||
"@babel/preset-env": "7.8.7", | ||
"@babel/register": "7.8.6", | ||
"@types/node": "13.9.1", | ||
"@babel/cli": "7.10.4", | ||
"@babel/core": "7.10.4", | ||
"@babel/preset-env": "7.10.4", | ||
"@babel/register": "7.10.4", | ||
"@types/node": "14.0.23", | ||
"babel-eslint": "10.1.0", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-ante": "1.0.3", | ||
"mocha": "7.1.0", | ||
"nyc": "15.0.0" | ||
"eslint": "7.4.0", | ||
"eslint-plugin-ante": "1.0.4", | ||
"mocha": "8.0.1", | ||
"nyc": "15.1.0" | ||
}, | ||
"dependencies": { | ||
"buffer": "5.5.0" | ||
"buffer": "5.6.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
18630
16
+ Addedbuffer@5.6.0(transitive)
- Removedbuffer@5.5.0(transitive)
Updatedbuffer@5.6.0