Socket
Socket
Sign inDemoInstall

@noble/hashes

Package Overview
Dependencies
Maintainers
1
Versions
30
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.5.5 to 0.5.6

5

esm/package.json
{
"type": "module",
"browser": {
"crypto": false
"crypto": false,
"./crypto": "./esm/cryptoBrowser.js",
}
}
}
{
"name": "@noble/hashes",
"version": "0.5.5",
"version": "0.5.6",
"description": "Fast 0-dependency JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2, Scrypt",

@@ -34,3 +34,4 @@ "directories": {

"browser": {
"crypto": false
"crypto": false,
"./crypto": "./cryptoBrowser.js"
},

@@ -37,0 +38,0 @@ "devDependencies": {

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