@iden3/js-merkletree
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2987629
24