diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-06-06 00:15:05 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-06-07 00:00:14 +0800 |
commit | 95be7d5def854167a391175ed64a610413fea5fc (patch) | |
tree | fe3584d208ef74524ca9407cff1f0b8776db8406 /package.json | |
parent | 28e030a11d75df81e16f3ebf726bfc59fcee679e (diff) | |
download | tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.tar tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.tar.gz tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.tar.bz2 tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.tar.lz tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.tar.xz tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.tar.zst tangerine-wallet-browser-95be7d5def854167a391175ed64a610413fea5fc.zip |
Successful `npm audit' run w/o some packages
The following packages have been removed as I work to figure out what is causing
npm audit to produce errors:
eth-json-rpc-filters
eth-json-rpc-infura
eth-json-rpc-middleware
eth-ledger-bridge-keyring
eth-trezor-keyring
ethereumjs-tx
gaba
These packages will slowly be added back in forthcoming commits.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package.json b/package.json index db0b0203f..c2e4b1b8a 100644 --- a/package.json +++ b/package.json @@ -90,18 +90,13 @@ "eth-contract-metadata": "github:MetaMask/eth-contract-metadata#dc68506221859bc90792bc5e0279a6835f2484d8", "eth-ens-namehash": "^2.0.8", "eth-hd-keyring": "^1.2.2", - "eth-json-rpc-filters": "^3.0.3", - "eth-json-rpc-infura": "^3.0.0", "eth-keyring-controller": "^3.3.1", - "eth-ledger-bridge-keyring": "^0.2.0", "eth-method-registry": "^1.2.0", "eth-phishing-detect": "^1.1.4", "eth-query": "^2.1.2", "eth-sig-util": "^2.0.2", "eth-token-tracker": "^1.1.5", - "eth-trezor-keyring": "^0.4.0", "ethereumjs-abi": "^0.6.4", - "ethereumjs-tx": "^1.3.0", "ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9", "ethereumjs-wallet": "^0.6.0", "etherscan-link": "^1.0.2", @@ -225,12 +220,10 @@ "eslint-plugin-json": "^1.2.0", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-react": "^7.4.0", - "eth-json-rpc-middleware": "^3.1.6", "fetch-mock": "^6.5.2", "file-loader": "^1.1.11", "fs-extra": "^6.0.1", "fs-promise": "^2.0.3", - "gaba": "^1.3.0", "ganache-cli": "^6.1.0", "ganache-core": "^2.5.3", "geckodriver": "^1.14.1", |