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
473
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 18.1.0-preview-61ace68c to 18.1.0-preview-699063fc

dist/chunk-2RW2TSPV.js

4

dist/index.js

@@ -5,3 +5,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunkUEWIYOS6js = require('./chunk-UEWIYOS6.js');
var _chunk2RW2TSPVjs = require('./chunk-2RW2TSPV.js');

@@ -25,3 +25,3 @@

exports.INFURA_BLOCKED_KEY = _chunkZKNI7MD3js.INFURA_BLOCKED_KEY; exports.NetworkClientType = _chunkDMJYDN4Qjs.NetworkClientType; exports.NetworkController = _chunkUEWIYOS6js.NetworkController; exports.NetworkStatus = _chunkZKNI7MD3js.NetworkStatus; exports.defaultState = _chunkUEWIYOS6js.defaultState; exports.knownKeysOf = _chunkUEWIYOS6js.knownKeysOf;
exports.INFURA_BLOCKED_KEY = _chunkZKNI7MD3js.INFURA_BLOCKED_KEY; exports.NetworkClientType = _chunkDMJYDN4Qjs.NetworkClientType; exports.NetworkController = _chunk2RW2TSPVjs.NetworkController; exports.NetworkStatus = _chunkZKNI7MD3js.NetworkStatus; exports.defaultState = _chunk2RW2TSPVjs.defaultState; exports.knownKeysOf = _chunk2RW2TSPVjs.knownKeysOf;
//# sourceMappingURL=index.js.map

@@ -5,3 +5,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunkUEWIYOS6js = require('./chunk-UEWIYOS6.js');
var _chunk2RW2TSPVjs = require('./chunk-2RW2TSPV.js');
require('./chunk-ZKNI7MD3.js');

@@ -17,3 +17,3 @@ require('./chunk-LTT6WJXC.js');

exports.NetworkController = _chunkUEWIYOS6js.NetworkController; exports.defaultState = _chunkUEWIYOS6js.defaultState; exports.knownKeysOf = _chunkUEWIYOS6js.knownKeysOf;
exports.NetworkController = _chunk2RW2TSPVjs.NetworkController; exports.defaultState = _chunk2RW2TSPVjs.defaultState; exports.knownKeysOf = _chunk2RW2TSPVjs.knownKeysOf;
//# sourceMappingURL=NetworkController.js.map

@@ -91,7 +91,7 @@ import type { ControllerGetStateAction, ControllerStateChangeEvent, RestrictedControllerMessenger } from '@metamask/base-controller';

*/
type BuiltInNetworkClientId = InfuraNetworkType;
export type BuiltInNetworkClientId = InfuraNetworkType;
/**
* The string that uniquely identifies a custom network client.
*/
type CustomNetworkClientId = string;
export type CustomNetworkClientId = string;
/**

@@ -98,0 +98,0 @@ * The string that uniquely identifies a network client.

{
"name": "@metamask-previews/network-controller",
"version": "18.1.0-preview-61ace68c",
"version": "18.1.0-preview-699063fc",
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",

@@ -44,9 +44,9 @@ "keywords": [

"dependencies": {
"@metamask/base-controller": "^5.0.1",
"@metamask/base-controller": "^5.0.2",
"@metamask/controller-utils": "^9.1.0",
"@metamask/eth-json-rpc-infura": "^9.1.0",
"@metamask/eth-json-rpc-middleware": "^12.1.0",
"@metamask/eth-json-rpc-provider": "^3.0.1",
"@metamask/eth-json-rpc-provider": "^3.0.2",
"@metamask/eth-query": "^4.0.0",
"@metamask/json-rpc-engine": "^8.0.1",
"@metamask/json-rpc-engine": "^8.0.2",
"@metamask/rpc-errors": "^6.2.1",

@@ -53,0 +53,0 @@ "@metamask/swappable-obj-proxy": "^2.2.0",

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