Socket
Socket
Sign inDemoInstall

@dynamic-labs/wallet-book

Package Overview
Dependencies
Maintainers
2
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.17.0-RC.26 to 0.17.0-RC.27

src/helpers/getWalletBookCdnUrl.cjs

4

package.json
{
"name": "@dynamic-labs/wallet-book",
"version": "0.17.0-RC.26",
"version": "0.17.0-RC.27",
"repository": {

@@ -33,4 +33,4 @@ "type": "git",

"@dynamic-labs/iconic": "0.1.19",
"@dynamic-labs/logger": "0.17.0-RC.26"
"@dynamic-labs/logger": "0.17.0-RC.27"
}
}
export declare const walletConnectSourceData: Record<string, {
id: string;
metadata: {
shortName: string | null;
colors: {
primary: string | null;
secondary: string | null;
};
};
chains: string[];

@@ -29,3 +37,2 @@ desktop: {

homepage: string;
id: string;
image_id: string;

@@ -41,16 +48,9 @@ image_url: {

}[] | null;
metadata: {
shortName: string | null;
colors: {
primary: string | null;
secondary: string | null;
};
};
slug: string;
supported_standards: {
url: string;
id: string;
title: string;
standard_id: number;
standard_prefix: string;
title: string;
url: string;
}[];

@@ -57,0 +57,0 @@ updatedAt: string;

@@ -11,1 +11,2 @@ export * from './getIconUrl';

export * from './findWalletGroup';
export * from './getWalletBookCdnUrl';

@@ -10,3 +10,3 @@ /**

*/
export { getWalletBookWallet, getWalletIconUrl, getWalletLinks, getWalletPrimaryColor, getWalletGroup, } from './helpers';
export { getWalletBookWallet, getWalletIconUrl, getWalletLinks, getWalletPrimaryColor, getWalletGroup, getWalletBookCdnUrl, } from './helpers';
/**

@@ -13,0 +13,0 @@ * HOOKS

@@ -7,2 +7,3 @@ export { getWalletIconUrl } from './helpers/getIconUrl.js';

export { getWalletGroup } from './helpers/getWalletGroup.js';
export { getWalletBookCdnUrl } from './helpers/getWalletBookCdnUrl.js';
import 'react';

@@ -9,0 +10,0 @@ import '@dynamic-labs/iconic';

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