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.4.2 to 2.0.0-beta.0

dist/config.d.ts

26

package.json
{
"name": "@vechain/connex",
"version": "1.4.2",
"version": "2.0.0-beta.0",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "index.js",
"types": "index.d.ts",
"scripts": {},
"scripts": {
"build": "rm -rf dist/;../../node_modules/.bin/tsc -p . && rollup -c",
"lint": "../../node_modules/.bin/tslint -p .",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -23,3 +28,18 @@ "type": "git",

},
"homepage": "https://github.com/vechain/connex/tree/master/packages/connex/#readme"
"homepage": "https://github.com/vechain/connex/tree/master/packages/connex/#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@vechain/connex-types": "^2.0.0-beta.0",
"rollup": "^2.28.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@vechain/connex-driver": "^2.0.0-beta.0",
"@vechain/connex-framework": "^2.0.0-beta.0",
"custom-protocol-check": "^1.1.0",
"thor-devkit": "^1.3.1"
}
}
index.d.ts
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