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

@dynamic-labs/wallet-connector-core

Package Overview
Dependencies
Maintainers
1
Versions
627
Alerts
File Explorer

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 3.0.0-alpha.41 to 3.0.0-alpha.42

14

package.json
{
"name": "@dynamic-labs/wallet-connector-core",
"version": "3.0.0-alpha.41",
"version": "3.0.0-alpha.42",
"repository": {

@@ -29,12 +29,12 @@ "type": "git",

"dependencies": {
"@dynamic-labs/sdk-api-core": "0.0.510"
"@dynamic-labs/sdk-api-core": "0.0.516"
},
"peerDependencies": {
"@dynamic-labs/logger": "3.0.0-alpha.41",
"@dynamic-labs/rpc-providers": "3.0.0-alpha.41",
"@dynamic-labs/types": "3.0.0-alpha.41",
"@dynamic-labs/utils": "3.0.0-alpha.41",
"@dynamic-labs/wallet-book": "3.0.0-alpha.41",
"@dynamic-labs/logger": "3.0.0-alpha.42",
"@dynamic-labs/rpc-providers": "3.0.0-alpha.42",
"@dynamic-labs/types": "3.0.0-alpha.42",
"@dynamic-labs/utils": "3.0.0-alpha.42",
"@dynamic-labs/wallet-book": "3.0.0-alpha.42",
"eventemitter3": "5.0.1"
}
}

@@ -1,4 +0,4 @@

export * from './lib';
export * from './types';
export * from './utils';
export { Chains, Wallet, WalletConnectorBase, socialProviders, type Attestation, type AuthenticatorRecoveryHandler, type AuthenticatorType, type BitcoinSignPsbtRequest, type BitcoinSignPsbtRequestSignature, type BitcoinSignPsbtResponse, type Chain, type ChainInfo, type ExportHandler, type ExtendedPrivateKey, type GetAddressOpts, type IAccountAbstractionWalletConnector, type IBitcoinWalletConnector, type ICoinbaseMPCWalletConnector, type IEmailOTPWalletConnector, type IEmailWalletConnector, type IHardwareWalletConnector, type IPasskeyWalletConnector, type IPhantomRedirectConnector, type IPhantomRedirectConnectorWithEvents, type ISMSWalletConnector, type ISendBalanceWalletConnector, type ISessionKeyCompatibleWalletConnector, type ITurnkeyWalletConnectorStamper, type IWalletConnectConnector, type NameServiceData, type PayloadParams, type RawPrivateKey, type RecoveryEmailParams, type RecoveryWebAuthnAttestation, type SignAllTransactionsListener, type SignAndSendTransactionListener, type SignMessageListener, type SignTransactionListener, type SmartWalletConnector, type SocialProvider, type WalletConnector, type WalletConnectorConstructor, type WalletConnectorCore, type WalletConnectorEventTypes, type WalletConnectorsMethod, type WebAuthnAttestation, } from './lib';
export type { WalletConnectorExtension } from './lib/WalletConnectorExtension';
export type { AccountChangeEventHandler, ChainChangeEventHandler, DisconnectEventHandler, } from './types';
export { ProviderLookup, addHexPrefix, bufferToHex, eventListenerHandlers, getChainInfo, getDeepLink, getMobileExperience, getRpcUrlForChain, getWalletConnectorByKey, isAccountAbstractionConnector, isBitcoinConnector, isBloctoConnector, isCoinbaseMpcWalletConnector, isEmailOTPWalletConnector, isEmailWalletConnector, isEmbeddedConnector, isHardwareWalletConnector, isHex, isMagicConnector, isPasskeyWalletConnector, isPhantomRedirectConnector, isSameAddress, isSendBalanceWalletConnector, isSessionKeyCompatibleWalletConnector, isSmartWalletConnector, isSocialWalletConnector, isWalletConnectConnector, logger, performPlatformSpecificConnectionMethod, shouldLowercaseAddress, utf8ToHex, type DeepLinkVariant, type ProviderCondition, } from './utils';

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

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