Socket
Socket
Sign inDemoInstall

noble-hashes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noble-hashes - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/utils.js

@@ -26,3 +26,3 @@ "use strict";

for (let i = 0; i < uint8a.length; i++) {
hex += hexes[i];
hex += hexes[uint8a[i]];
}

@@ -29,0 +29,0 @@ return hex;

{
"name": "noble-hashes",
"version": "0.3.0",
"version": "0.3.1",
"description": "Fast 0-dependency JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2, Scrypt",

@@ -5,0 +5,0 @@ "main": "lib/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