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
{{ message }}
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
This is the last release from the `v0.6.x` release series. It adds Node 12 compatibility while maintaining compatibility
11
+
down to Node 6. To be able to do so the `scrypt.js` key derivation library is exchanged with `scryptsy`. While this solution is backwards-compatible the changed library only provides a pure JS implementation and no native bindings. If you need native performance pin your dependency to `v0.6.3` or update to the `v1.0.0` library version to be released shortly after this release.
12
+
13
+
Change Summary:
14
+
15
+
- v0.6.x back patch: added node v12 support, switched to `scryptsy` key derivation library (pure JS implementation),
0 commit comments