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

@web3-react/url

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/url - npm Package Compare versions

Comparing version 8.0.7-beta.0 to 8.0.8-beta.0

dist/cjs/index.cjs

13

package.json

@@ -12,3 +12,3 @@ {

},
"version": "8.0.7-beta.0",
"version": "8.0.8-beta.0",
"type": "module",

@@ -24,7 +24,6 @@ "files": [

"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"main": "./dist/cjs/index.js",
"main": "./dist/cjs/index.cjs",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc && tsc --project tsconfig.cjs.json",
"build": "tsc && tsc --project tsconfig.cjs.json && find dist/cjs -depth -name \"*.js\" -exec sh -c 'mv \"$1\" \"${1%.js}.cjs\"' _ {} \\;",
"start": "tsc --watch"

@@ -35,8 +34,8 @@ },

"@ethersproject/providers": "^5.5.1",
"@web3-react/types": "^8.0.5-beta.0"
"@web3-react/types": "^8.0.6-beta.0"
},
"devDependencies": {
"@web3-react/store": "^8.0.7-beta.0"
"@web3-react/store": "^8.0.8-beta.0"
},
"gitHead": "5f4424eea3bd54b7a7c1c0e113f024de953b5f4c"
"gitHead": "da0b909fba15bd4d7aaefc969f0ebf2bcc66a673"
}
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