Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3modal/scaffold-utils

Package Overview
Dependencies
Maintainers
0
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/scaffold-utils - npm Package Compare versions

Comparing version 5.1.6 to 5.1.7

2

dist/esm/package.json
{
"name": "@web3modal/scaffold-utils",
"version": "5.1.6",
"version": "5.1.7",
"type": "module",

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

@@ -19,4 +19,4 @@ export const ConstantsUtil = {

},
VERSION: '5.1.6'
VERSION: '5.1.7'
};
//# sourceMappingURL=ConstantsUtil.js.map

@@ -5,3 +5,3 @@ import type { CaipNetwork } from '@web3modal/core';

detectRpcUrl(chain: Chain, projectId: string): string;
getChain(chains: Chain[], chainId: string | null): {
getChain(chains: Chain[], chainId: string | null): Chain | {
readonly chainId: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";

@@ -13,3 +13,3 @@ readonly name: "Solana";

readonly chain: import("@web3modal/common").Chain;
} | Chain;
};
getChainFromCaip(chains: Chain[], chainCaipId?: string | undefined | null): {

@@ -16,0 +16,0 @@ readonly id: `solana:${string}`;

{
"name": "@web3modal/scaffold-utils",
"version": "5.1.6",
"version": "5.1.7",
"type": "module",

@@ -37,6 +37,6 @@ "main": "./dist/esm/exports/index.js",

"valtio": "1.11.2",
"@web3modal/common": "5.1.6",
"@web3modal/core": "5.1.6",
"@web3modal/polyfills": "5.1.6",
"@web3modal/wallet": "5.1.6"
"@web3modal/common": "5.1.7",
"@web3modal/core": "5.1.7",
"@web3modal/polyfills": "5.1.7",
"@web3modal/wallet": "5.1.7"
},

@@ -43,0 +43,0 @@ "devDependencies": {

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