@vechain/connex
Advanced tools
Comparing version 1.4.2 to 2.0.0-beta.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
267880
16
1400
4
7
2
1
+ Addedcustom-protocol-check@^1.1.0
+ Addedthor-devkit@^1.3.1
+ Added@types/node@10.17.60(transitive)
+ Added@vechain/connex-driver@2.1.0(transitive)
+ Added@vechain/connex-framework@2.1.0(transitive)
+ Added@vechain/connex-types@2.1.0(transitive)
+ Added@vechain/ethers@4.0.27-5(transitive)
+ Addedaes-js@3.0.0(transitive)
+ Addedaxios@0.21.4(transitive)
+ Addedbignumber.js@7.2.1(transitive)
+ Addedblakejs@1.2.1(transitive)
+ Addedbn.js@4.12.15.2.1(transitive)
+ Addedbrorand@1.1.0(transitive)
+ Addedcustom-protocol-check@1.4.0(transitive)
+ Addedelliptic@6.5.36.5.4(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedhash.js@1.1.3(transitive)
+ Addedhmac-drbg@1.0.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisomorphic-ws@4.0.1(transitive)
+ Addedjs-sha3@0.5.7(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedminimalistic-assert@1.0.1(transitive)
+ Addedminimalistic-crypto-utils@1.0.1(transitive)
+ Addedrlp@2.2.7(transitive)
+ Addedscrypt-js@2.0.4(transitive)
+ Addedsetimmediate@1.0.4(transitive)
+ Addedthor-devkit@1.3.32.0.9(transitive)
+ Addeduuid@2.0.1(transitive)
+ Addedvalidator-ts@0.9.1(transitive)
+ Addedws@7.5.10(transitive)
+ Addedxmlhttprequest@1.8.0(transitive)
+ Addedyallist@3.1.1(transitive)