Socket
Socket
Sign inDemoInstall

blake2b-wasm

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blake2b-wasm - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

index.js

@@ -19,3 +19,3 @@ var assert = require('nanoassert')

if (!(this instanceof Blake2b)) return new Blake2b(digestLength, key, salt, personal, noAssert)
if (!wasm.exports) throw new Error('WASM not loaded. Wait for Blake2b.ready(cb)')
if (!(wasm && wasm.exports)) throw new Error('WASM not loaded. Wait for Blake2b.ready(cb)')
if (!digestLength) digestLength = 32

@@ -22,0 +22,0 @@

{
"name": "blake2b-wasm",
"version": "1.1.6",
"version": "1.1.7",
"description": "Blake2b implemented in WASM",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc