Crypto Hash Versions Save

Tiny hashing module that uses the native crypto API in Node.js and the browser

v3.0.0

6 months ago

v2.0.1

2 years ago

v2.0.0

2 years ago

Breaking

  • Require Node.js 12.20 69bb2cf
  • This package is now pure ESM. Please read this.

Fixes

  • Fix using ArrayBuffer as input b17317d

https://github.com/sindresorhus/crypto-hash/compare/v1.3.0...v2.0.0

v1.3.0

3 years ago
  • Add globalThis check to the globalThis ponyfill (#16) 43895e0

https://github.com/sindresorhus/crypto-hash/compare/v1.2.2...v1.3.0

v1.2.2

4 years ago
  • Fix importing the worker thread file (#10) 46f2f28

https://github.com/sindresorhus/crypto-hash/compare/v1.2.1...v1.2.2

v1.2.1

5 years ago
  • Fix forgotten ref() for the worker (#9) d081ee6

https://github.com/sindresorhus/crypto-hash/compare/v1.2.0...v1.2.1

v1.2.0

5 years ago
  • Hash in a worker thread when using Node.js 12 or later (#7) 3229d74

https://github.com/sindresorhus/crypto-hash/compare/v1.1.0...v1.2.0

v1.1.0

5 years ago

v1.0.0

5 years ago

This version is mostly just about marking the package as stable.

The browser version now uses a globalThis ponyfill, to make it work in more environments.