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.
cipher-base
inherits
md5-js
ripemd160
sha.js
1 parent e65c363 commit ebb6fe3Copy full SHA for ebb6fe3
1 file changed
package.json
@@ -25,13 +25,14 @@
25
},
26
"homepage": "https://github.com/crypto-browserify/createHash",
27
"dependencies": {
28
- "cipher-base": "^1.0.1",
+ "cipher-base": "^1.0.4",
29
"hash-base": "=3.0.3",
30
- "inherits": "^2.0.1",
+ "inherits": "^2.0.4",
31
+ "md5-js": "^0.0.3",
32
"md5.js": "^1.3.4",
33
"readable-stream": "^2.3.8",
- "ripemd160": "^2.0.1",
34
- "sha.js": "^2.4.0"
+ "ripemd160": "^2.0.2",
35
+ "sha.js": "^2.4.11"
36
37
"devDependencies": {
38
"@ljharb/eslint-config": "^21.1.1",
0 commit comments