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

@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.2-alpha.0 to 8.0.4-alpha.0

4

dist/index.d.ts
/// <reference types="node" />
import { State, StoreApi } from 'zustand/vanilla';
import type { EventEmitter } from 'events';
import type { State, StoreApi } from 'zustand/vanilla';
import type { EventEmitter } from 'node:events';
export interface Web3ReactState extends State {

@@ -5,0 +5,0 @@ chainId: number | undefined;

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

},
"version": "8.0.2-alpha.0",
"version": "8.0.4-alpha.0",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -19,3 +19,3 @@ "prebuild": "rm -rf dist",

},
"gitHead": "d530f87688f3cbe10ec33ea2351c2add505861e6"
"gitHead": "002652f883ab79f86c47c4336e7ef165cd39838d"
}

@@ -1,3 +0,3 @@

import { State, StoreApi } from 'zustand/vanilla'
import type { EventEmitter } from 'events'
import type { State, StoreApi } from 'zustand/vanilla'
import type { EventEmitter } from 'node:events'

@@ -4,0 +4,0 @@ export interface Web3ReactState extends State {

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