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.0 to 0.1.1

2

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

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

export interface RequestArguments {
method: string
params?: unknown[] | object
method: any
params?: any
}

@@ -5,0 +5,0 @@

@@ -48,3 +48,3 @@ import type { EIP1193Provider } from './eip1193'

export interface MetaMaskProvider extends Omit<EIP1193Provider, 'request'> {
export interface MetaMaskProvider extends EIP1193Provider {
isMetaMask: true

@@ -51,0 +51,0 @@ isConnected(): boolean

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