File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ function error () {
11
11
] . join ( '\n' ) )
12
12
}
13
13
14
- exports . createHash = require ( './create-hash' )
14
+ exports . createHash = exports . Hash = require ( './create-hash' )
15
15
16
- exports . createHmac = require ( './create-hmac' )
16
+ exports . createHmac = exports . Hmac = require ( './create-hmac' )
17
17
18
18
exports . randomBytes = function ( size , callback ) {
19
19
if ( callback && callback . call ) {
Original file line number Diff line number Diff line change 16
16
"node" : " *"
17
17
},
18
18
"dependencies" : {
19
- "browserify-aes" : " 0.8.0 " ,
19
+ "browserify-aes" : " 0.8.1 " ,
20
20
"create-ecdh" : " 1.0.1" ,
21
21
"diffie-hellman" : " 2.2.2" ,
22
- "browserify-sign" : " 2.7.1 " ,
22
+ "browserify-sign" : " 2.7.2 " ,
23
23
"pbkdf2-compat" : " 2.0.1" ,
24
24
"public-encrypt" : " 1.1.0" ,
25
25
"ripemd160" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments