-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
We are currently using crypto-browserify
as a fallback for crypto
.
We just started getting "Buffer is not defined" and I tracked that back to the new version of pbkdf2
(3.1.3) released 5 days ago.
Specifically the change for:
[Fix] pin create-hash, ripemd160 due to breaking changes
Previously create-hash
was ^1.1.2
which allowed version 1.2.0
to be pulled and used. Now with ~1.1.3
it forced a backwards change in version for create-hash
.
This caused it to use the old version of the make-hash
function which does not use safe-buffer
or md5.js
.
hirulez, maeve, francescopellegrini, ahuerta-litify, destinywu and 5 more
Metadata
Metadata
Assignees
Labels
No labels