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.1 to 2.0.2

test.js

4

index.js

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

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

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

{
"name": "sha512-wasm",
"version": "2.0.1",
"version": "2.0.2",
"description": "sha512 hashing algorithm implemented in WebAssembly",
"main": "index.js",
"scripts": {
"test": "node test",
"bench": "node test/benchmark.js"
"test": "node test"
},

@@ -26,2 +25,3 @@ "keywords": [

"js-sha512": "^0.8.0",
"sha-test": "^1.0.0",
"tape": "^4.13.0",

@@ -28,0 +28,0 @@ "wat2js": "^2.1.1",

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