Socket
Socket
Sign inDemoInstall

@web3-react/types

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-react/types - npm Package Compare versions

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

dist/cjs/index.cjs

29

package.json
{
"name": "@web3-react/types",
"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.8-alpha.0",
"type": "module",
"version": "8.0.8-beta.0",
"files": [
"./dist"
"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"
},
"peerDependencies": {
"zustand": "^3.5.10"
"dependencies": {
"zustand": "^4.0.0-beta.2"
},
"gitHead": "dd5e96c1fbb6feeaed72452539b0af9c1e44556d"
"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