@metamask/network-controller
Advanced tools
+7
-8
| { | ||
| "name": "@metamask/network-controller", | ||
| "version": "30.0.0", | ||
| "version": "30.0.1", | ||
| "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -43,3 +43,2 @@ "keywords": [ | ||
| "changelog:validate": "../../scripts/validate-changelog.sh @metamask/network-controller", | ||
| "publish:preview": "yarn npm publish --tag preview", | ||
| "since-latest-release": "../../scripts/since-latest-release.sh", | ||
@@ -52,12 +51,12 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter", | ||
| "dependencies": { | ||
| "@metamask/base-controller": "^9.0.0", | ||
| "@metamask/connectivity-controller": "^0.1.0", | ||
| "@metamask/base-controller": "^9.0.1", | ||
| "@metamask/connectivity-controller": "^0.2.0", | ||
| "@metamask/controller-utils": "^11.19.0", | ||
| "@metamask/eth-block-tracker": "^15.0.1", | ||
| "@metamask/eth-json-rpc-infura": "^10.3.0", | ||
| "@metamask/eth-json-rpc-middleware": "^23.1.0", | ||
| "@metamask/eth-json-rpc-provider": "^6.0.0", | ||
| "@metamask/eth-json-rpc-middleware": "^23.1.1", | ||
| "@metamask/eth-json-rpc-provider": "^6.0.1", | ||
| "@metamask/eth-query": "^4.0.0", | ||
| "@metamask/json-rpc-engine": "^10.2.2", | ||
| "@metamask/messenger": "^0.3.0", | ||
| "@metamask/json-rpc-engine": "^10.2.4", | ||
| "@metamask/messenger": "^1.0.0", | ||
| "@metamask/rpc-errors": "^7.0.2", | ||
@@ -64,0 +63,0 @@ "@metamask/swappable-obj-proxy": "^2.3.0", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1148132
0.07%+ Added
- Removed
- Removed
Updated