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

@dynamic-labs/wallet-connector-core

Package Overview
Dependencies
Maintainers
1
Versions
680
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 4.0.0-alpha.30 to 4.0.0-alpha.31

2

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

@@ -24,10 +24,10 @@ "author": "Dynamic Labs, Inc.",

"peerDependencies": {
"@dynamic-labs/assert-package-version": "4.0.0-alpha.30",
"@dynamic-labs/logger": "4.0.0-alpha.30",
"@dynamic-labs/rpc-providers": "4.0.0-alpha.30",
"@dynamic-labs/types": "4.0.0-alpha.30",
"@dynamic-labs/utils": "4.0.0-alpha.30",
"@dynamic-labs/wallet-book": "4.0.0-alpha.30",
"@dynamic-labs/assert-package-version": "4.0.0-alpha.31",
"@dynamic-labs/logger": "4.0.0-alpha.31",
"@dynamic-labs/rpc-providers": "4.0.0-alpha.31",
"@dynamic-labs/types": "4.0.0-alpha.31",
"@dynamic-labs/utils": "4.0.0-alpha.31",
"@dynamic-labs/wallet-book": "4.0.0-alpha.31",
"eventemitter3": "5.0.1"
}
}

@@ -7,1 +7,2 @@ export { walletConnectorEvents } from './events';

export { Chains, socialProviders, WalletConnectorBase, type Chain, type ChainInfo, type GetAddressOpts, type InternalWalletConnector, type NameServiceData, type PayloadParams, type SocialProvider, type WalletConnector, type WalletConnectorConstructor, type WalletConnectorEventTypes, type WalletConnectorExtension, type WalletConnectorsMethod, } from './WalletConnectorBase';
export { WalletBookSingleton } from './WalletBookSingleton';

@@ -41,3 +41,4 @@ 'use client'

export { Chains, socialProviders } from './WalletConnectorBase/types.js';
export { WalletBookSingleton } from './WalletBookSingleton/WalletBookSingleton.js';
assertPackageVersion('@dynamic-labs/wallet-connector-core', version);

@@ -7,2 +7,3 @@ import { WalletBookSchema } from '@dynamic-labs/wallet-book';

static getOrCreate(walletBook: WalletBookSchema): WalletBookSingleton;
static reset(): void;
}

@@ -13,4 +13,7 @@ 'use client'

}
static reset() {
WalletBookSingleton.instance = undefined;
}
}
export { WalletBookSingleton };

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

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