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

@walletconnect/core

Package Overview
Dependencies
Maintainers
11
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.0 to 2.15.1

2

dist/types/constants/relayer.d.ts

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

};
export declare const RELAYER_SDK_VERSION = "2.15.0";
export declare const RELAYER_SDK_VERSION = "2.15.1";
export declare const RELAYER_TRANSPORT_CUTOFF = 10000;
//# sourceMappingURL=relayer.d.ts.map
export declare const VERIFY_CONTEXT = "verify-api";
export declare const VERIFY_SERVER = "https://verify.walletconnect.org";
export declare const VERIFY_SERVER_V2: string;
export declare const TRUSTED_VERIFY_URLS: string[];
//# sourceMappingURL=verify.d.ts.map
import { Logger } from "@walletconnect/logger";
import { ICore, IVerify } from "@walletconnect/types";
import { IKeyValueStorage } from "@walletconnect/keyvaluestorage";
import { IVerify } from "@walletconnect/types";
export declare class Verify extends IVerify {
core: ICore;
projectId: string;
logger: Logger;
store: IKeyValueStorage;
name: string;
private verifyUrl;
private iframe?;
private initialized;
private abortController;
private isDevEnv;
private verifyUrlV2;
private storagePrefix;
private version;
private publicKey?;
private fetchPromise?;
constructor(core: ICore, logger: Logger, store: IKeyValueStorage);
get storeKey(): string;
init: () => Promise<void>;
private queue;
private verifyDisabled;
constructor(projectId: string, logger: Logger);
init: IVerify["init"];
register: IVerify["register"];

@@ -23,12 +20,11 @@ resolve: IVerify["resolve"];

private fetchAttestation;
private addToQueue;
private processQueue;
private sendPost;
private createIframe;
private onInit;
private startAbortTimer;
private removeIframe;
private getVerifyUrl;
private fetchPublicKey;
private persistPublicKey;
private removePublicKey;
private isValidJwtAttestation;
private getPublicKey;
private fetchAndPersistPublicKey;
private validateAttestation;
}
//# sourceMappingURL=verify.d.ts.map
{
"name": "@walletconnect/core",
"description": "Core for WalletConnect Protocol",
"version": "2.15.0",
"version": "2.15.1",
"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.0",
"@walletconnect/utils": "2.15.0",
"@walletconnect/types": "2.15.1",
"@walletconnect/utils": "2.15.1",
"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

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