Socket
Socket
Sign inDemoInstall

wasm-x11-hash

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wasm-x11-hash

WASM JS binding for X11 hashing algorithm


Version published
Weekly downloads
344
increased by75.51%
Maintainers
1
Install size
297 kB
Created
Weekly downloads
 

Readme

Source

wasm-x11-hash

NPM Version Build Status Release Date standard-readme compliant

WASM binding for X11 hashing algorithm written in C

Installation and usage

Buffer polyfill is required for usage in browsers

  • $ npm install wasm-x11-hash
const X11 = require('wasm-x11-hash');

X11().then(x11 => {
  const hash = x11.digest('hello world')
});

Build and test

Docker v20+ is required

  • $ npm run build
  • $ npm run test

Keywords

FAQs

Last updated on 27 Jun 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