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.85 to 1.0.0-beta.86

28

index.d.ts

@@ -101,2 +101,8 @@ declare module "@walletconnect/types" {

export interface ISocketTransportOptions {
url: string;
netMonitor?: INetworkMonitor;
subscriptions?: string[];
}
export interface ISessionStatus {

@@ -241,2 +247,12 @@ chainId: number;

export interface IConnectorOpts {
cryptoLib: ICryptoLib;
connectorOpts: IWalletConnectOptions;
transport?: ITransportLib | null;
sessionStorage?: ISessionStorage | null;
clientMeta?: IClientMeta | null;
qrcodeModal?: IQRCodeModal | null;
pushServerOpts?: IPushServerOptions;
}
export interface INodeJSOptions {

@@ -294,2 +310,14 @@ clientMeta: IClientMeta;

export interface IWalletConnectStarkwareProviderOptions extends IWCRpcConnectionOptions {
contractAddress: string;
}
export interface IWalletConnectSDKOptions extends IWalletConnectOptions {
bridge?: string;
}
export interface IWalletConnectProviderOptions extends IWCEthRpcConnectionOptions {
pollingInterval?: number;
}
export interface IRequestOptions {

@@ -296,0 +324,0 @@ forcePushNotification?: boolean;

7

package.json
{
"name": "@walletconnect/types",
"version": "1.0.0-beta.85",
"version": "1.0.0-beta.86",
"description": "Typescript Types for WalletConnect",

@@ -30,6 +30,3 @@ "scripts": {},

},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7",
"devDependencies": {
"@types/mocha": "5.2.7"
}
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
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