New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask-previews/network-controller

Package Overview
Dependencies
Maintainers
2
Versions
492
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask-previews/network-controller - npm Package Compare versions

Comparing version 22.1.1-preview-ef8b0f57 to 22.1.1-preview-ffa69e9

9

CHANGELOG.md

@@ -10,2 +10,11 @@ # Changelog

### Changed
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079))
### Fixed
- Fix `lookupNetwork` so that it will no longer throw an error if `networkDidChange` subscriptions have been removed before it returns ([#5116](https://github.com/MetaMask/core/pull/5116))
- This error could occur if the NetworkController's messenger is cleared of subscriptions, as in a "destroy" step.
## [22.1.1]

@@ -12,0 +21,0 @@

12

package.json
{
"name": "@metamask-previews/network-controller",
"version": "22.1.1-preview-ef8b0f57",
"version": "22.1.1-preview-ffa69e9",
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",

@@ -50,3 +50,3 @@ "keywords": [

"dependencies": {
"@metamask/base-controller": "^7.0.2",
"@metamask/base-controller": "^7.1.0",
"@metamask/controller-utils": "^11.4.4",

@@ -56,8 +56,8 @@ "@metamask/eth-block-tracker": "^11.0.3",

"@metamask/eth-json-rpc-middleware": "^15.0.1",
"@metamask/eth-json-rpc-provider": "^4.1.6",
"@metamask/eth-json-rpc-provider": "^4.1.7",
"@metamask/eth-query": "^4.0.0",
"@metamask/json-rpc-engine": "^10.0.1",
"@metamask/rpc-errors": "^7.0.1",
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/swappable-obj-proxy": "^2.3.0",
"@metamask/utils": "^10.0.0",
"@metamask/utils": "^11.0.1",
"async-mutex": "^0.5.0",

@@ -64,0 +64,0 @@ "fast-deep-equal": "^3.1.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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