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
0
Versions
713
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

to
4.8.2-preview.0

2

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

@@ -21,9 +21,9 @@ "author": "Dynamic Labs, Inc.",

"dependencies": {
"@dynamic-labs/sdk-api-core": "0.0.628",
"@dynamic-labs/assert-package-version": "4.8.1",
"@dynamic-labs/logger": "4.8.1",
"@dynamic-labs/rpc-providers": "4.8.1",
"@dynamic-labs/types": "4.8.1",
"@dynamic-labs/utils": "4.8.1",
"@dynamic-labs/wallet-book": "4.8.1",
"@dynamic-labs/sdk-api-core": "0.0.633",
"@dynamic-labs/assert-package-version": "4.8.2-preview.0",
"@dynamic-labs/logger": "4.8.2-preview.0",
"@dynamic-labs/rpc-providers": "4.8.2-preview.0",
"@dynamic-labs/types": "4.8.2-preview.0",
"@dynamic-labs/utils": "4.8.2-preview.0",
"@dynamic-labs/wallet-book": "4.8.2-preview.0",
"eventemitter3": "5.0.1"

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

@@ -31,2 +31,6 @@ import EventEmitter from 'eventemitter3';

providerInjected: (props: ProviderInjectedEventProps) => void;
/**
* This is emitted when the wallet connector is initialized
*/
walletConnectInitialized: () => void;
};

@@ -33,0 +37,0 @@ export declare const walletConnectorEvents: EventEmitter<WalletConnectorEvents, any>;

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

Sorry, the diff of this file is not supported yet