You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just wanted to add node version 12 n our CI chain and had to notice that scrypt broke compatibility with node 12. Is there any intention to make this library compatible with node version 12?
Seems like it simply fails on renamed/changed function names like v8::Value::IntegerValue().
The text was updated successfully, but these errors were encountered:
This fork contains some fixes to the original (long dead) node-scrypt package like issue 185 mostly from other contributors. Since scrypt is native to nodejs with v10.5.0 you should switch to something like scrypt-kdf on anything >=10.5.0.
We just wanted to add node version 12 n our CI chain and had to notice that scrypt broke compatibility with node 12. Is there any intention to make this library compatible with node version 12?
Seems like it simply fails on renamed/changed function names like
v8::Value::IntegerValue()
.The text was updated successfully, but these errors were encountered: