Socket
Socket
Sign inDemoInstall

@web3-react/network-connector

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/network-connector - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

6

dist/index.d.ts

@@ -24,6 +24,6 @@ import { ConnectorUpdate } from '@web3-react/types';

readonly sendAsync: (request: {
jsonrpc: "2.0";
id: string | number | null;
jsonrpc: '2.0';
id: number | string | null;
method: string;
params?: object | unknown[] | undefined;
params?: unknown[] | object;
}, callback: (error: any, response: any) => void) => void;

@@ -30,0 +30,0 @@ readonly request: (method: string, params?: object | unknown[] | undefined) => Promise<unknown>;

@@ -6,3 +6,3 @@ {

},
"version": "6.1.0",
"version": "6.1.1",
"description": "A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps",

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

"license": "GPL-3.0-or-later",
"gitHead": "b4e5e002008ec061db090ed7ebcfe2c30a1dd374"
"gitHead": "3d7c1a3c52ad5ef3109c3481d2e54b5d33975c05"
}
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