We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create-hash
ripemd160
1 parent 3661fb0 commit e079968Copy full SHA for e079968
package.json
@@ -29,7 +29,6 @@
29
"url": "https://github.com/crypto-browserify/pbkdf2.git"
30
},
31
"scripts": {
32
- "prepublish": "npm run test",
33
"lint": "eslint --ext=js,mjs .",
34
"pretest": "npm run lint",
35
"tests-only": "nyc --exclude=bench --exclude=coverage --exclude=test tape test/index.js",
@@ -49,9 +48,9 @@
49
48
"tape": "^5.9.0"
50
51
"dependencies": {
52
- "create-hash": "^1.1.2",
+ "create-hash": "~1.1.3",
53
"create-hmac": "^1.1.4",
54
- "ripemd160": "^2.0.1",
+ "ripemd160": "=2.0.1",
55
"safe-buffer": "^5.0.1",
56
"sha.js": "^2.4.8"
57
0 commit comments