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.
1 parent 44ad3ca commit be7c552Copy full SHA for be7c552
package.json
@@ -2,7 +2,7 @@
2
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
3
"name": "crypto-browserify",
4
"description": "partial implementation of crypto for the browser",
5
- "version": "3.8.0",
+ "version": "3.8.1",
6
"homepage": "https://github.com/dominictarr/crypto-browserify",
7
"repository": {
8
"type": "git",
@@ -17,9 +17,9 @@
17
},
18
"dependencies": {
19
"browserify-aes": "0.7.2",
20
- "create-ecdh": "1.0.0",
21
- "diffie-hellman": "2.2.0",
22
- "browserify-sign": "2.7.0",
+ "create-ecdh": "1.0.1",
+ "diffie-hellman": "2.2.2",
+ "browserify-sign": "2.7.1",
23
"pbkdf2-compat": "2.0.1",
24
"public-encrypt": "1.1.0",
25
"ripemd160": "0.2.0",
0 commit comments