Socket
Socket
Sign inDemoInstall

@web3modal/common

Package Overview
Dependencies
Maintainers
0
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 5.0.2 to 5.0.3

2

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

@@ -1,4 +0,4 @@

import type { CaipNetworkId } from '@web3modal/core';
import type { CaipNetworkId } from './TypeUtil.js';
export declare const NetworkUtil: {
caipNetworkIdToNumber(caipnetworkId?: CaipNetworkId): number | undefined;
};

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

export type CaipNetworkId = `${string}:${string}`;
export type CoinbaseTransactionStatus = 'ONRAMP_TRANSACTION_STATUS_SUCCESS' | 'ONRAMP_TRANSACTION_STATUS_IN_PROGRESS' | 'ONRAMP_TRANSACTION_STATUS_FAILED';

@@ -2,0 +3,0 @@ export type TransactionStatus = 'confirmed' | 'failed' | 'pending';

{
"name": "@web3modal/common",
"version": "5.0.2",
"version": "5.0.3",
"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