Closed ryanio closed 4 years ago
This PR upgrades:
scrypt
scrypt-js
keccak
1.4.0
3.1.0
secp256k1
3.5.0
4.0.2
[4, 5, 6, 7, 8]
[8, 10, 12, 13, 14]
terser
16.2.2
16.5.2
Fixes #79
This PR upgrades:
scrypt
toscrypt-js
for a pure js implementation (simplifies some code)keccak
from1.4.0
to3.1.0
for node 12 and n-api supportsecp256k1
from3.5.0
to4.0.2
for node 12 and n-api support[4, 5, 6, 7, 8]
to[8, 10, 12, 13, 14]
terser
(build was having some trouble with es6 in node_modules)16.2.2
to16.5.2
for misc. bug fixes and upgrades.Fixes #79