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

eip1193-types

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eip1193-types - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "eip1193-types",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "pnpm@8.1.1",

@@ -5,0 +5,0 @@ "description": "Type definitions for EIP-1193 and MetaMask.",

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

import type { Address } from '.'
export interface RequestArguments {

@@ -29,3 +31,3 @@ method: any

on(event: 'networkChanged', listener: (networkId: string) => void): this
on(event: 'accountsChanged', listener: (accounts: string[]) => void): this
on(event: 'accountsChanged', listener: (accounts: Address[]) => void): this
on(event: 'message', listener: (message: ProviderMessage) => void): this

@@ -32,0 +34,0 @@ /** @deprecated */

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