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

@walletconnect/core

Package Overview
Dependencies
Maintainers
13
Versions
596
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/core - npm Package Compare versions

Comparing version 2.15.3 to 2.16.0-rc-0

6

dist/types/constants/relayer.d.ts

@@ -26,4 +26,8 @@ export declare const RELAYER_DEFAULT_PROTOCOL = "irn";

};
export declare const RELAYER_SDK_VERSION = "2.15.3";
export declare const RELAYER_SDK_VERSION = "2.16.0-rc-0";
export declare const RELAYER_TRANSPORT_CUTOFF = 10000;
export declare const TRANSPORT_TYPES: {
readonly link_mode: "link_mode";
readonly relay: "relay";
};
//# sourceMappingURL=relayer.d.ts.map
export declare const STORE_STORAGE_VERSION = "0.3";
export declare const WALLETCONNECT_CLIENT_ID = "WALLETCONNECT_CLIENT_ID";
export declare const WALLETCONNECT_LINK_MODE_APPS = "WALLETCONNECT_LINK_MODE_APPS";
//# sourceMappingURL=store.d.ts.map

@@ -50,2 +50,5 @@ /// <reference types="node" />

handleBatchMessageEvents(messages: RelayerTypes.MessageEvent[]): Promise<void>;
onLinkMessageEvent(messageEvent: RelayerTypes.MessageEvent, opts: {
sessionExists: boolean;
}): Promise<void>;
private startPingTimeout;

@@ -52,0 +55,0 @@ private resetPingTimeout;

@@ -22,2 +22,3 @@ /// <reference types="node" />

echoClient: ICore["echoClient"];
linkModeSupportedApps: ICore["linkModeSupportedApps"];
eventClient: ICore["eventClient"];

@@ -31,2 +32,3 @@ private initialized;

getLogsBlob(): Promise<Blob | undefined>;
addLinkModeSupportedApp(universalLink: string): Promise<void>;
on: (name: any, listener: any) => EventEmitter;

@@ -36,4 +38,9 @@ once: (name: any, listener: any) => EventEmitter;

removeListener: (name: any, listener: any) => EventEmitter;
dispatchEnvelope: ({ topic, message, sessionExists, }: {
topic: string;
message: string;
sessionExists: boolean;
}) => void;
private initialize;
}
//# sourceMappingURL=core.d.ts.map

6

package.json
{
"name": "@walletconnect/core",
"description": "Core for WalletConnect Protocol",
"version": "2.15.3",
"version": "2.16.0-rc-0",
"author": "WalletConnect, Inc. <walletconnect.com>",

@@ -45,4 +45,4 @@ "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",

"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.15.3",
"@walletconnect/utils": "2.15.3",
"@walletconnect/types": "2.16.0-rc-0",
"@walletconnect/utils": "2.16.0-rc-0",
"events": "3.3.0",

@@ -49,0 +49,0 @@ "lodash.isequal": "4.5.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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