Socket
Socket
Sign inDemoInstall

@vechain/connex-framework

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/connex-framework - npm Package Compare versions

Comparing version 2.0.0-beta.38 to 2.0.0

6

package.json
{
"name": "@vechain/connex-framework",
"version": "2.0.0-beta.38",
"version": "2.0.0",
"description": "A library implements VeChain Connex interface",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"dependencies": {
"@vechain/connex-types": "^2.0.0-beta.38",
"@vechain/connex-types": "^2.0.0",
"thor-devkit": "^2.0.1",

@@ -41,3 +41,3 @@ "validator-ts": "^0.9.1"

"sideEffects": false,
"gitHead": "d5a167c5d68ee9a60777692f492353cdaf0424f4"
"gitHead": "0da677e35685d212d774eb116d70a682392c6419"
}

@@ -25,6 +25,6 @@ # Connex Framework

const net = new SimpleNet('http://localhost:8669/')
const driver = Driver.connect(net)
const driver = await Driver.connect(net)
// now we get the ready-to-use Connex instance object
const framework = new Framework(driver)
const connex = new Framework(driver)
```

@@ -31,0 +31,0 @@

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