Socket
Socket
Sign inDemoInstall

sha512-wasm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sha512-wasm - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

index.js

@@ -105,3 +105,3 @@ if (btoa == null) var btoa = buf => require('buf' + 'fer')['Buf' + 'fer'].from(buf).toString('base64')

Sha512.WASM = wasm && wasm.buffer
Sha512.SUPPORTED = typeof WebAssembly !== 'undefined'
Sha512.WASM_SUPPORTED = typeof WebAssembly !== 'undefined'

@@ -108,0 +108,0 @@ Sha512.ready = function (cb) {

{
"name": "sha512-wasm",
"version": "2.0.2",
"version": "2.0.3",
"description": "sha512 hashing algorithm implemented in WebAssembly",

@@ -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