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 2.0.0 to 2.0.1

dist/connex.js

10

package.json
{
"name": "@vechain/connex",
"version": "2.0.0",
"version": "2.0.1",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "dist/index.js",
"main": "dist/connex.js",
"unpkg": "dist/connex.min.js",
"jsdelivr": "dist/connex.min.js",
"types": "dist/index.d.ts",
"types": "esm/index.d.ts",
"files": [

@@ -14,3 +14,3 @@ "dist",

"scripts": {
"build": "rm -rf dist/ && ../../node_modules/.bin/tsc -p . && webpack",
"build": "rm -rf dist/ esm/ && ../../node_modules/.bin/tsc -p . && webpack",
"lint": "../../node_modules/.bin/tslint -p .",

@@ -52,3 +52,3 @@ "prepack": "npm run build",

},
"gitHead": "0da677e35685d212d774eb116d70a682392c6419"
"gitHead": "d1c9f909a5adfdf68b3594d7df4050e0aeeedf96"
}

Sorry, the diff of this file is too big to display

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