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

@web3-react/store

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/store - npm Package Compare versions

Comparing version 8.0.10-alpha.0 to 8.0.10-beta.0

dist/cjs/index.cjs

29

package.json
{
"name": "@web3-react/store",
"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.10-alpha.0",
"type": "module",
"version": "8.0.10-beta.0",
"files": [

@@ -12,9 +17,13 @@ "dist/*"

"exports": {
"import": "./dist/index.js"
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./dist/esm/index.d.ts",
"module": "./dist/esm/index.mjs",
"main": "./dist/cjs/index.cjs",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"build": "tsc && tsc --project tsconfig.cjs.json",
"postbuild": "mv dist/esm/index.js dist/esm/index.mjs && mv dist/cjs/index.js dist/cjs/index.cjs",
"start": "tsc --watch"

@@ -24,8 +33,6 @@ },

"@ethersproject/address": "^5.4.0",
"@web3-react/types": "^8.0.10-alpha.0"
"@web3-react/types": "^8.0.8-beta.0",
"zustand": "^4.0.0-beta.2"
},
"peerDependencies": {
"zustand": "^3.5.10"
},
"gitHead": "f043db8e2c9d4e64b77fe76b41a82ad254770a98"
"gitHead": "94cdecc694b393b2894f2f420c800f75a5b7722e"
}
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