New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dynamic-labs/embedded-wallet

Package Overview
Dependencies
Maintainers
0
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/embedded-wallet - npm Package Compare versions

Comparing version

to
3.0.0-alpha.53

12

package.json
{
"name": "@dynamic-labs/embedded-wallet",
"version": "3.0.0-alpha.52",
"version": "3.0.0-alpha.53",
"repository": {

@@ -34,9 +34,9 @@ "type": "git",

"@turnkey/webauthn-stamper": "0.5.0",
"@dynamic-labs/logger": "3.0.0-alpha.52",
"@dynamic-labs/utils": "3.0.0-alpha.52",
"@dynamic-labs/wallet-book": "3.0.0-alpha.52",
"@dynamic-labs/wallet-connector-core": "3.0.0-alpha.52",
"@dynamic-labs/webauthn": "3.0.0-alpha.52"
"@dynamic-labs/logger": "3.0.0-alpha.53",
"@dynamic-labs/utils": "3.0.0-alpha.53",
"@dynamic-labs/wallet-book": "3.0.0-alpha.53",
"@dynamic-labs/wallet-connector-core": "3.0.0-alpha.53",
"@dynamic-labs/webauthn": "3.0.0-alpha.53"
},
"peerDependencies": {}
}

@@ -5,3 +5,3 @@ import { ApiKeyStamper } from '@turnkey/api-key-stamper';

import { WalletConnectorBase } from '@dynamic-labs/wallet-connector-core';
import type { AuthenticatorRecoveryHandler, IEmailWalletConnector, IPasskeyWalletConnector, ISMSWalletConnector, WalletConnector } from '@dynamic-labs/wallet-connector-core';
import type { AuthenticatorRecoveryHandler, IEmailWalletConnector, IPasskeyWalletConnector, ISMSWalletConnector } from '@dynamic-labs/wallet-connector-core';
import { TurnkeyWalletConnectorNameAndKey } from '../../types';

@@ -58,3 +58,2 @@ import { ExportHandler } from '../ExportHandler';

getConnectedAccounts(): Promise<string[]>;
getMobileOrInstalledWallet(): WalletConnector;
get turnkeyAddress(): string | undefined;

@@ -61,0 +60,0 @@ get walletProperties(): TurnkeyWalletProperties | undefined;

@@ -138,5 +138,2 @@ 'use client'

}
getMobileOrInstalledWallet() {
return this;
}
get turnkeyAddress() {

@@ -143,0 +140,0 @@ var _a;

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

Sorry, the diff of this file is not supported yet