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 () {
1111 ] . join ( '\n' ) )
1212}
1313
14- exports . createHash = require ( './create-hash' )
14+ exports . createHash = exports . Hash = require ( './create-hash' )
1515
16- exports . createHmac = require ( './create-hmac' )
16+ exports . createHmac = exports . Hmac = require ( './create-hmac' )
1717
1818exports . randomBytes = function ( size , callback ) {
1919 if ( callback && callback . call ) {
Original file line number Diff line number Diff line change 1616 "node" : " *"
1717 },
1818 "dependencies" : {
19- "browserify-aes" : " 0.8.0 " ,
19+ "browserify-aes" : " 0.8.1 " ,
2020 "create-ecdh" : " 1.0.1" ,
2121 "diffie-hellman" : " 2.2.2" ,
22- "browserify-sign" : " 2.7.1 " ,
22+ "browserify-sign" : " 2.7.2 " ,
2323 "pbkdf2-compat" : " 2.0.1" ,
2424 "public-encrypt" : " 1.1.0" ,
2525 "ripemd160" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments