New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@web3modal/standalone

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/standalone - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

dist/_types/src/client.d.ts

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

*/
type Web3ModalConfig = Omit<ConfigCtrlState, 'enableStandaloneMode'>;
type Web3ModalConfig = Omit<ConfigCtrlState, 'enableStandaloneMode'> & {
walletConnectVersion: 1 | 2;
};
/**

@@ -8,0 +10,0 @@ * Client

{
"name": "@web3modal/standalone",
"version": "2.1.0",
"version": "2.1.1",
"main": "dist/index.js",

@@ -19,4 +19,4 @@ "type": "module",

"dependencies": {
"@web3modal/core": "2.1.0",
"@web3modal/ui": "2.1.0"
"@web3modal/core": "2.1.1",
"@web3modal/ui": "2.1.1"
},

@@ -23,0 +23,0 @@ "keywords": [

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