Socket
Socket
Sign inDemoInstall

blake3-wasm

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    blake3-wasm

BLAKE3 hashing for JavaScript: WebAssembly bindings only


Version published
Weekly downloads
493K
increased by3.58%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

3.0.0 - 2022-10-08

  • breaking: Node 16, or a modern browser, is required
  • breaking: native module is now built post-download with node-gyp, removing most build headaches and allowing architecture-specific optimizations. You do therefore need node-gyp dependencies to use the native module. (However, it automatically falls back to wasm if node-gyp building fails)
  • breaking: all consumers must await blake3.load() before using hash functions
  • calling dispose() on hash instances is now optional
  • blake3 now uses SIMD operations both for native hashing and in WebAssembly

Keywords

FAQs

Last updated on 09 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc