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

@vechain/connex

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/connex - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

16

index.d.ts

@@ -37,3 +37,3 @@ /**

/**
* Create a ticker to track block-chain steps.
* Create a ticker to track head block changes.
*

@@ -54,5 +54,6 @@ * @returns ticker object

*
* @param revision block id or number
* @param revision block id or number,
* assumed to current value of status.head.id if omitted
*/
block(revision: string | number): Thor.BlockVisitor
block(revision?: string | number): Thor.BlockVisitor

@@ -83,3 +84,3 @@ /**

/**
* @returns a promise resolves right after new block added
* @returns a promise resolves right after head block changed
* @remarks The returned promise never rejects.

@@ -390,3 +391,3 @@ */

size: number
meta?: Transaction.Meta
meta: Transaction.Meta
}

@@ -405,3 +406,3 @@

}[]
meta?: Transaction.Meta
meta: Transaction.Meta
}

@@ -568,6 +569,5 @@

}
type ErrorType = 'BadMessage' | 'Rejected'
}
}
type ErrorType = 'BadParameter' | 'Rejected'
}

@@ -574,0 +574,0 @@

{
"name": "@vechain/connex",
"version": "0.3.0",
"version": "0.4.0",
"description": "Standard interface to connect DApp with VeChain and user",

@@ -5,0 +5,0 @@ "main": "",

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