Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iden3/js-merkletree

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iden3/js-merkletree - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

9

package.json
{
"name": "@iden3/js-merkletree",
"version": "1.1.2",
"version": "1.2.0",
"description": "javascript sparse merkle tree library",
"typings": "dist/types/index.d.ts",
"types": "dist/types/index.d.ts",
"main": "dist/node/cjs/index.js",

@@ -16,3 +16,4 @@ "module": "dist/node/esm/index.js",

"browser": "./dist/browser/esm/index.js",
"umd": "./dist/browser/umd/index.js"
"umd": "./dist/browser/umd/index.js",
"types": "./dist/types/index.d.ts"
}

@@ -86,5 +87,5 @@ },

"peerDependencies": {
"@iden3/js-crypto": "1.0.3",
"@iden3/js-crypto": "1.1.0",
"idb-keyval": "^6.2.0"
}
}
# js-merkletree
browser compatible SMT implemetation
A browsers compatible TypeScript implementation of a Merkle Tree data structure for efficient and secure data verification and storage. This library is developed and maintained by the Iden3 team
## Installation
```bash
npm install @iden3/js-merkletree
```
For more detailed usage and examples, please refer to the documentation and tests.
## Contributing
We welcome contributions to the js-merkletree library.
## License
This project is licensed under the AGPL-3.0 License.
## Acknowledgments
This library is developed and maintained by the Iden3 team as part of their effort to build a decentralized, privacy-preserving identity management system. Special thanks to all the contributors and the open-source community for their support.
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