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.0 to 4.0.1-9bc4a0c.0

3

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

@@ -0,1 +1,2 @@

export type CoinbaseTransactionStatus = 'ONRAMP_TRANSACTION_STATUS_SUCCESS' | 'ONRAMP_TRANSACTION_STATUS_IN_PROGRESS' | 'ONRAMP_TRANSACTION_STATUS_FAILED';
export type TransactionStatus = 'confirmed' | 'failed' | 'pending';

@@ -18,3 +19,3 @@ export type TransactionDirection = 'in' | 'out' | 'self';

sentTo: string;
status: TransactionStatus;
status: TransactionStatus | CoinbaseTransactionStatus;
nonce: number;

@@ -21,0 +22,0 @@ }

{
"name": "@web3modal/common",
"version": "4.0.0",
"version": "4.0.1-9bc4a0c.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