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.3.0 to 1.3.1

4

dist/types/lib/merkletree/proof.d.ts

@@ -7,7 +7,7 @@ import { NodeAux, Siblings } from '../../types/merkletree';

siblings: string[];
node_aux: NodeAuxJSON | undefined;
node_aux?: NodeAuxJSON;
/**
* @deprecated old version is deprecated, do not use it.
*/
nodeAux: NodeAuxJSON | undefined;
nodeAux?: NodeAuxJSON;
}

@@ -14,0 +14,0 @@ export interface NodeAuxJSON {

{
"name": "@iden3/js-merkletree",
"version": "1.3.0",
"version": "1.3.1",
"description": "javascript sparse merkle tree library",

@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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