Skip to content

Commit 44ad3ca

Browse files
calvinmetcalfCalvin Metcalf
authored andcommitted
3.8.0 upgrade aes to use autoPadding and for legacy methods to skip the stream
1 parent 4c4bb09 commit 44ad3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
33
"name": "crypto-browserify",
44
"description": "partial implementation of crypto for the browser",
5-
"version": "3.7.2",
5+
"version": "3.8.0",
66
"homepage": "https://github.com/dominictarr/crypto-browserify",
77
"repository": {
88
"type": "git",
@@ -16,7 +16,7 @@
1616
"node": "*"
1717
},
1818
"dependencies": {
19-
"browserify-aes": "0.6.1",
19+
"browserify-aes": "0.7.2",
2020
"create-ecdh": "1.0.0",
2121
"diffie-hellman": "2.2.0",
2222
"browserify-sign": "2.7.0",

0 commit comments

Comments
 (0)