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

@dynamic-labs/multi-wallet

Package Overview
Dependencies
Maintainers
2
Versions
964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.6.1 to 4.6.2

2

package.js
'use client'
var version = "4.6.1";
var version = "4.6.2";
export { version };
{
"name": "@dynamic-labs/multi-wallet",
"version": "4.6.1",
"version": "4.6.2",
"dependencies": {
"@dynamic-labs/sdk-api-core": "0.0.622",
"@dynamic-labs/sdk-api-core": "0.0.627",
"tslib": "2.4.1",
"@dynamic-labs/assert-package-version": "4.6.1",
"@dynamic-labs/rpc-providers": "4.6.1",
"@dynamic-labs/types": "4.6.1",
"@dynamic-labs/utils": "4.6.1",
"@dynamic-labs/wallet-book": "4.6.1",
"@dynamic-labs/wallet-connector-core": "4.6.1"
"@dynamic-labs/assert-package-version": "4.6.2",
"@dynamic-labs/rpc-providers": "4.6.2",
"@dynamic-labs/types": "4.6.2",
"@dynamic-labs/utils": "4.6.2",
"@dynamic-labs/wallet-book": "4.6.2",
"@dynamic-labs/wallet-connector-core": "4.6.2"
},

@@ -14,0 +14,0 @@ "devDependencies": {

@@ -22,2 +22,3 @@ import { Provider, ProviderEnum } from '@dynamic-labs/sdk-api-core';

banxa?: Provider | undefined;
coinbaseOnramp?: Provider | undefined;
dynamic?: Provider | undefined;

@@ -24,0 +25,0 @@ alchemy?: Provider | undefined;

@@ -43,2 +43,3 @@ import { IChainRpcProviders } from '@dynamic-labs/rpc-providers';

banxa?: import("@dynamic-labs/sdk-api-core").Provider | undefined;
coinbaseOnramp?: import("@dynamic-labs/sdk-api-core").Provider | undefined;
dynamic?: import("@dynamic-labs/sdk-api-core").Provider | undefined;

@@ -45,0 +46,0 @@ alchemy?: import("@dynamic-labs/sdk-api-core").Provider | undefined;

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

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