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.10 to 4.1.11

1

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

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

chainId: string;
address?: string;
value?: number;

@@ -66,0 +67,0 @@ price: number;

4

package.json
{
"name": "@web3modal/common",
"version": "4.1.10",
"version": "4.1.11",
"type": "module",

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

"typecheck": "tsc --noEmit",
"test": "vitest run --dir tests --coverage.enabled --reporter=junit --coverage.reporter=json-summary --coverage.reporter=html",
"test": "vitest run --dir tests --coverage.enabled=true --coverage.reporter=json --coverage.reporter=json-summary --coverage.reportOnFailure=true",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"

@@ -19,0 +19,0 @@ },

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