Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3-react/network

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/network - npm Package Compare versions

Comparing version 8.0.2-alpha.0 to 8.0.4-alpha.0

4

dist/index.js

@@ -30,4 +30,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const [{ JsonRpcProvider, FallbackProvider }, { Eip1193Bridge }] = yield Promise.all([
import('@ethersproject/providers').then((m) => { var _a; return (_a = m === null || m === void 0 ? void 0 : m.default) !== null && _a !== void 0 ? _a : m; }),
import('@ethersproject/experimental').then((m) => { var _a; return (_a = m === null || m === void 0 ? void 0 : m.default) !== null && _a !== void 0 ? _a : m; }),
import('@ethersproject/providers'),
import('@ethersproject/experimental'),
]);

@@ -34,0 +34,0 @@ const providers = urls.map((url) => new JsonRpcProvider(url, network));

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

},
"version": "8.0.2-alpha.0",
"version": "8.0.4-alpha.0",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -19,5 +19,5 @@ "prebuild": "rm -rf dist",

"@ethersproject/providers": "^5.4.5",
"@web3-react/types": "^8.0.2-alpha.0"
"@web3-react/types": "^8.0.4-alpha.0"
},
"gitHead": "d530f87688f3cbe10ec33ea2351c2add505861e6"
"gitHead": "002652f883ab79f86c47c4336e7ef165cd39838d"
}

@@ -38,4 +38,4 @@ import { Connector, Actions, Provider } from '@web3-react/types'

const [{ JsonRpcProvider, FallbackProvider }, { Eip1193Bridge }] = await Promise.all([
import('@ethersproject/providers').then((m) => m?.default ?? m),
import('@ethersproject/experimental').then((m) => m?.default ?? m),
import('@ethersproject/providers'),
import('@ethersproject/experimental'),
])

@@ -42,0 +42,0 @@

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