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.2.1 to 2.2.2

1

dist/_types/index.d.ts
export { Web3Modal } from './src/client';
export type { Web3ModalConfig } from './src/client';

3

dist/_types/src/client.d.ts

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

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

@@ -20,2 +20,1 @@ };

}
export {};
{
"name": "@web3modal/standalone",
"version": "2.2.1",
"version": "2.2.2",
"main": "dist/index.js",

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

"dependencies": {
"@web3modal/core": "2.2.1",
"@web3modal/ui": "2.2.1"
"@web3modal/core": "2.2.2",
"@web3modal/ui": "2.2.2"
},

@@ -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