Socket
Socket
Sign inDemoInstall

merkle-tools

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merkle-tools - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

merkletools.d.ts

11

package.json
{
"name": "merkle-tools",
"version": "1.4.0",
"version": "1.4.1",
"description": "Tools for creating merkle trees, generating merkle proofs, and verification of merkle proofs.",
"main": "merkletools.js",
"types": "merkletools.d.ts",
"scripts": {
"test": "mocha test/*.js",
"benchmark": "node benchmark.js"
"test": "mocha test/*.js"
},

@@ -27,8 +27,7 @@ "repository": {

"dependencies": {
"js-sha3": "^0.5.7"
"js-sha3": "^0.8.0"
},
"devDependencies": {
"benchmark": "^2.1.3",
"mocha": "^3.2.0"
"mocha": "^8.2.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