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 1.3.2 to 1.4.0

6

index.d.ts

@@ -82,6 +82,6 @@ /**

/**
* @returns a promise resolves right after head block changed
* @returns a promise resolves to summary of head block right after head block changed
* @remarks The returned promise never rejects.
*/
next(): Promise<void>
next(): Promise<Status['head']>
}

@@ -490,3 +490,3 @@

*/
owned(addr: string): boolean
owned(addr: string): Promise<boolean>
}

@@ -493,0 +493,0 @@

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

@@ -5,0 +5,0 @@ "main": "index.js",

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