npm @noble/hashes 2.0.1

5 months ago
  • .js extension must be used for all modules
    • Old: @noble/hashes/sha3
    • New: @noble/hashes/sha3.js
    • This simplifies working in browsers natively without transpilers
    • This was planned for 2.0.0, but was accidentally left out
  • package.json: specify exported submodules to ensure typescript autocompletion
  • scrypt: Fix error message for maxmem check by @ChALkeR in #121
  • scrypt: 4% speed-up by @ChALkeR in #122

Full Changelog: 2.0.0...2.0.1

Don't miss a new hashes release

NewReleases is sending notifications on new releases.