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
0
Versions
547
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 19.0.0-preview-7ff4bd7f to 19.0.0-preview-80f6e80

dist/chunk-6PT34M4U.mjs

4

dist/index.js

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

var _chunkWBGETWDRjs = require('./chunk-WBGETWDR.js');
var _chunkWT5ZBF4Xjs = require('./chunk-WT5ZBF4X.js');

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

exports.INFURA_BLOCKED_KEY = _chunkZKNI7MD3js.INFURA_BLOCKED_KEY; exports.NetworkClientType = _chunkKHZTS7TFjs.NetworkClientType; exports.NetworkController = _chunkWBGETWDRjs.NetworkController; exports.NetworkStatus = _chunkZKNI7MD3js.NetworkStatus; exports.defaultState = _chunkWBGETWDRjs.defaultState; exports.knownKeysOf = _chunkWBGETWDRjs.knownKeysOf;
exports.INFURA_BLOCKED_KEY = _chunkZKNI7MD3js.INFURA_BLOCKED_KEY; exports.NetworkClientType = _chunkKHZTS7TFjs.NetworkClientType; exports.NetworkController = _chunkWT5ZBF4Xjs.NetworkController; exports.NetworkStatus = _chunkZKNI7MD3js.NetworkStatus; exports.defaultState = _chunkWT5ZBF4Xjs.defaultState; exports.knownKeysOf = _chunkWT5ZBF4Xjs.knownKeysOf;
//# sourceMappingURL=index.js.map

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

var _chunkWBGETWDRjs = require('./chunk-WBGETWDR.js');
var _chunkWT5ZBF4Xjs = require('./chunk-WT5ZBF4X.js');
require('./chunk-ZKNI7MD3.js');

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

exports.NetworkController = _chunkWBGETWDRjs.NetworkController; exports.defaultState = _chunkWBGETWDRjs.defaultState; exports.knownKeysOf = _chunkWBGETWDRjs.knownKeysOf;
exports.NetworkController = _chunkWT5ZBF4Xjs.NetworkController; exports.defaultState = _chunkWT5ZBF4Xjs.defaultState; exports.knownKeysOf = _chunkWT5ZBF4Xjs.knownKeysOf;
//# sourceMappingURL=NetworkController.js.map

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

import type { Hex } from '@metamask/utils';
import type { Logger } from 'loglevel';
import { NetworkStatus } from './constants';

@@ -197,2 +198,3 @@ import type { AutoManagedNetworkClient, ProxyWithAccessibleTarget } from './create-auto-managed-network-client';

state?: Partial<NetworkState>;
log?: Logger;
};

@@ -214,3 +216,3 @@ export declare const defaultState: NetworkState;

#private;
constructor({ messenger, state, infuraProjectId, trackMetaMetricsEvent, }: NetworkControllerOptions);
constructor({ messenger, state, infuraProjectId, trackMetaMetricsEvent, log, }: NetworkControllerOptions);
/**

@@ -217,0 +219,0 @@ * Accesses the provider and block tracker for the currently selected network.

{
"name": "@metamask-previews/network-controller",
"version": "19.0.0-preview-7ff4bd7f",
"version": "19.0.0-preview-80f6e80",
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",

@@ -57,2 +57,3 @@ "keywords": [

"immer": "^9.0.6",
"loglevel": "^1.8.1",
"uuid": "^8.3.2"

@@ -59,0 +60,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