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.13-alpha.0 to 8.0.14-alpha.0

dist/cjs/index.js

15

package.json

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

},
"version": "8.0.13-alpha.0",
"version": "8.0.14-alpha.0",
"type": "module",

@@ -13,9 +13,12 @@ "files": [

"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"

@@ -26,5 +29,5 @@ },

"@ethersproject/providers": "^5.4.5",
"@web3-react/types": "^8.0.13-alpha.0"
"@web3-react/types": "^8.0.14-alpha.0"
},
"gitHead": "304687287e9dd5a1262ed6e894238080bf974746"
"gitHead": "a342d9692e48fdae477961f2f387caef35cea0a1"
}
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