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.7-alpha.0 to 8.0.7-beta.0

dist/cjs/index.js

30

package.json
{
"name": "@web3-react/network",
"keywords": [
"web3-react"
],
"author": "Noah Zinsmeister <noahwz@gmail.com>",
"license": "GPL-3.0-or-later",
"repository": "github:NoahZinsmeister/web3-react",
"publishConfig": {
"access": "public"
},
"version": "8.0.7-alpha.0",
"version": "8.0.7-beta.0",
"type": "module",
"files": [
"./dist"
"dist/*"
],
"exports": {
"import": "./dist/index.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
},
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"build": "tsc && tsc --project tsconfig.cjs.json",
"start": "tsc --watch"
},
"dependencies": {
"@ethersproject/experimental": "^5.4.0",
"@ethersproject/providers": "^5.4.5",
"@web3-react/types": "^8.0.7-alpha.0"
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@web3-react/types": "^8.0.5-beta.0"
},
"gitHead": "f661a8b35a78222e10a52ba56bb74244bcecdec5"
"devDependencies": {
"@web3-react/store": "^8.0.7-beta.0"
},
"gitHead": "5f4424eea3bd54b7a7c1c0e113f024de953b5f4c"
}
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