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.1.6-canary-sl-001.1 to 4.1.6

dist/esm/src/utils/NumberUtil.js

1

dist/esm/index.js
export { DateUtil } from './src/utils/DateUtil.js';
export { NetworkUtil } from './src/utils/NetworkUtil.js';
export { NumberUtil } from './src/utils/NumberUtil.js';
//# sourceMappingURL=index.js.map
export { DateUtil } from './src/utils/DateUtil.js';
export { NetworkUtil } from './src/utils/NetworkUtil.js';
export { NumberUtil } from './src/utils/NumberUtil.js';
export type * from './src/utils/TypeUtil.js';

2

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

@@ -64,3 +64,3 @@ export type CoinbaseTransactionStatus = 'ONRAMP_TRANSACTION_STATUS_SUCCESS' | 'ONRAMP_TRANSACTION_STATUS_IN_PROGRESS' | 'ONRAMP_TRANSACTION_STATUS_FAILED';

chainId: string;
value: number;
value?: number;
price: number;

@@ -67,0 +67,0 @@ quantity: BalanceQuantity;

{
"name": "@web3modal/common",
"version": "4.1.6-canary-sl-001.1",
"version": "4.1.6",
"type": "module",

@@ -20,2 +20,3 @@ "main": "./dist/esm/index.js",

"dependencies": {
"bignumber.js": "9.1.2",
"dayjs": "1.11.10"

@@ -22,0 +23,0 @@ },

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