🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@dynamic-labs/wallet-connector-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/wallet-connector-core - npm Package Compare versions

Comparing version

to
4.20.3

'use client'
var version = "4.20.2";
var version = "4.20.3";
export { version };
{
"name": "@dynamic-labs/wallet-connector-core",
"version": "4.20.2",
"version": "4.20.3",
"description": "Core package for utilities and types for handling multiple wallet/chain support Dynamic SDK",

@@ -22,8 +22,8 @@ "author": "Dynamic Labs, Inc.",

"@dynamic-labs/sdk-api-core": "0.0.681",
"@dynamic-labs/assert-package-version": "4.20.2",
"@dynamic-labs/logger": "4.20.2",
"@dynamic-labs/rpc-providers": "4.20.2",
"@dynamic-labs/types": "4.20.2",
"@dynamic-labs/utils": "4.20.2",
"@dynamic-labs/wallet-book": "4.20.2",
"@dynamic-labs/assert-package-version": "4.20.3",
"@dynamic-labs/logger": "4.20.3",
"@dynamic-labs/rpc-providers": "4.20.3",
"@dynamic-labs/types": "4.20.3",
"@dynamic-labs/utils": "4.20.3",
"@dynamic-labs/wallet-book": "4.20.3",
"eventemitter3": "5.0.1"

@@ -30,0 +30,0 @@ },

@@ -22,2 +22,3 @@ import { WalletConnectorBase } from '..';

setGetAuthTokenFunction(getAuthToken: () => string): void;
setGetSignedSessionIdFunction(getSignedSessionId: () => Promise<string>): void;
setRelayUrl(relayUrl: string): void;

@@ -24,0 +25,0 @@ getWalletClientByAddress({ accountAddress }: {

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

Sorry, the diff of this file is not supported yet