@walletconnect/utils
Advanced tools
Comparing version 1.0.0-next.0 to 1.0.0-rc.0
{ | ||
"name": "@walletconnect/utils", | ||
"version": "1.0.0-next.0", | ||
"version": "1.0.0-rc.0", | ||
"description": "Utility Library for WalletConnect", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "webpack", | ||
"test": "mocha --require ./babel-polyfill.js test/**/*.spec.ts" | ||
"clean": "rm -rf dist", | ||
"build:pre": "run-s clean", | ||
"build:cjs": "npx tsc -p tsconfig.cjs.json", | ||
"build:umd": "webpack", | ||
"build": "run-s build:pre build:cjs build:umd", | ||
"test": "tsdx test ./test" | ||
}, | ||
"keywords": [ | ||
"wallet", | ||
"walletconnect", | ||
"ethereum", | ||
"jsonrpc", | ||
"mobile", | ||
"qrcode", | ||
"web3", | ||
"crypto", | ||
"dapp", | ||
"wallet" | ||
"cryptocurrency", | ||
"dapp" | ||
], | ||
@@ -21,10 +28,7 @@ "author": "WalletConnect <walletconnect.org>", | ||
"license": "LGPL-3.0", | ||
"main": "lib/index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"unpkg": "dist/umd/index.min.js", | ||
"files": [ | ||
"lib", | ||
"src" | ||
"dist" | ||
], | ||
@@ -39,29 +43,25 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/node": "^7.0.0", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-typescript": "^7.1.0", | ||
"@babel/register": "^7.0.0", | ||
"@types/chai": "^4.1.6", | ||
"@types/lodash.isnumber": "^3.0.5", | ||
"@types/mocha": "^5.2.6", | ||
"@babel/cli": "7.8.3", | ||
"@babel/core": "7.8.3", | ||
"@babel/node": "7.8.3", | ||
"@babel/polyfill": "7.8.3", | ||
"@babel/preset-env": "7.8.3", | ||
"@babel/preset-typescript": "7.8.3", | ||
"@babel/register": "7.8.3", | ||
"@types/jest": "22.2.3", | ||
"@types/lodash.isnumber": "3.0.6", | ||
"@types/node": "12.12.14", | ||
"chai": "^4.1.2", | ||
"isomorphic-fetch": "^2.2.1", | ||
"mocha": "5.2.0", | ||
"ts-loader": "^5.3.3", | ||
"typescript": "^3.1.3", | ||
"webpack": "^4.28.3", | ||
"webpack-cli": "^3.2.1" | ||
"npm-run-all": "4.1.5", | ||
"tsdx": "0.12.3", | ||
"typescript": "3.7.5", | ||
"webpack": "4.41.5", | ||
"webpack-cli": "3.3.10" | ||
}, | ||
"dependencies": { | ||
"@ethersproject/address": "^5.0.0-beta.125", | ||
"@ethersproject/bytes": "^5.0.0-beta.126", | ||
"@ethersproject/strings": "^5.0.0-beta.125", | ||
"@walletconnect/types": "^1.0.0-next.0", | ||
"bignumber.js": "^8.1.1" | ||
"@ethersproject/address": "5.0.0-beta.134", | ||
"@walletconnect/types": "^1.0.0-rc.0", | ||
"detect-browser": "5.1.0", | ||
"enc-utils": "2.1.0" | ||
}, | ||
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7" | ||
} |
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
4
15
48
1122
0
392286
1
+ Addeddetect-browser@5.1.0
+ Addedenc-utils@2.1.0
+ Added@ethersproject/address@5.0.0-beta.134(transitive)
+ Addedbn.js@4.11.84.12.1(transitive)
+ Addeddetect-browser@5.1.0(transitive)
+ Addedenc-utils@2.1.0(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedtypedarray-to-buffer@3.1.5(transitive)
- Removed@ethersproject/bytes@^5.0.0-beta.126
- Removedbignumber.js@^8.1.1
- Removed@ethersproject/address@5.7.0(transitive)
- Removed@ethersproject/constants@5.7.0(transitive)
- Removed@ethersproject/strings@5.7.0(transitive)
- Removedbignumber.js@8.1.1(transitive)