Socket
Socket
Sign inDemoInstall

@web3modal/common

Package Overview
Dependencies
Maintainers
11
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/common - npm Package Compare versions

Comparing version 4.0.14-b3fbdad8.0 to 4.1.0

14

dist/types/src/utils/TypeUtil.d.ts

@@ -60,1 +60,15 @@ export type CoinbaseTransactionStatus = 'ONRAMP_TRANSACTION_STATUS_SUCCESS' | 'ONRAMP_TRANSACTION_STATUS_IN_PROGRESS' | 'ONRAMP_TRANSACTION_STATUS_FAILED';

}
export interface Balance {
name: string;
symbol: string;
chainId: string;
value: number;
price: number;
quantity: BalanceQuantity;
iconUrl: string;
}
type BalanceQuantity = {
decimals: string;
numeric: string;
};
export {};

2

package.json
{
"name": "@web3modal/common",
"version": "4.0.14-b3fbdad8.0",
"version": "4.1.0",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js",

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