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

@walletconnect/types

Package Overview
Dependencies
Maintainers
1
Versions
658
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/types - npm Package Compare versions

Comparing version 1.0.0-beta.94 to 1.0.0-beta.95

17

index.d.ts

@@ -245,3 +245,3 @@ declare module "@walletconnect/types" {

netMonitor?: INetworkMonitor;
disableModal?: boolean;
qrcodeModal?: IQRCodeModal;
}

@@ -252,6 +252,5 @@

connectorOpts: IWalletConnectOptions;
transport?: ITransportLib | null;
sessionStorage?: ISessionStorage | null;
clientMeta?: IClientMeta | null;
qrcodeModal?: IQRCodeModal | null;
transport?: ITransportLib;
sessionStorage?: ISessionStorage;
clientMeta?: IClientMeta;
pushServerOpts?: IPushServerOptions;

@@ -356,10 +355,2 @@ }

export interface IMobileRegistryEntry {
name: string;
color: string;
universalLink: string;
deepLink: string;
chromeIntent: string;
}
export interface IQRCodeModal {

@@ -366,0 +357,0 @@ open(uri: string, cb: any): void;

{
"name": "@walletconnect/types",
"version": "1.0.0-beta.94",
"version": "1.0.0-beta.95",
"description": "Typescript Types for WalletConnect",

@@ -5,0 +5,0 @@ "scripts": {},

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