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

@web3modal/ui

Package Overview
Dependencies
Maintainers
4
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/ui - npm Package Compare versions

Comparing version 2.3.0-d60e267 to 2.3.0-e8cbe91

dist/_types/src/contexts/w3m-wc-connection-context.d.ts

1

dist/_types/src/contexts/index.d.ts

@@ -5,1 +5,2 @@ import './w3m-account-context';

import './w3m-theme-context';
import './w3m-wc-connection-context';

5

dist/_types/src/partials/w3m-walletconnect-qr/index.d.ts

@@ -6,6 +6,7 @@ import { LitElement } from 'lit';

imageId?: string | undefined;
private uri;
private uri?;
constructor();
disconnectedCallback(): void;
private readonly unwatchWcConnection?;
private get overlayEl();
private createConnectionAndWait;
protected render(): import("lit-html").TemplateResult<1>;

@@ -12,0 +13,0 @@ }

@@ -20,4 +20,4 @@ import type { WalletData } from '@web3modal/core';

debounce(func: (...args: any[]) => unknown, timeout?: number): (...args: unknown[]) => void;
handleMobileLinking(wallet: WalletData): Promise<void>;
handleAndroidLinking(): Promise<void>;
handleMobileLinking(wallet: WalletData): void;
handleAndroidLinking(): void;
handleUriCopy(): Promise<void>;

@@ -24,0 +24,0 @@ handleConnectorConnection(id: string, onError?: () => void): Promise<void>;

import { LitElement } from 'lit';
export declare class W3mDesktopConnectingView extends LitElement {
static styles: any[];
private isError;
isError: boolean;
constructor();
disconnectedCallback(): void;
private readonly unwatchConnection?;
private onFormatAndRedirect;
private createConnectionAndWait;
private openDesktopApp;
protected render(): import("lit-html").TemplateResult<1>;

@@ -9,0 +11,0 @@ }

@@ -7,3 +7,3 @@ import { LitElement } from 'lit';

private readonly connector;
private onConnect;
private openInjectedApp;
protected render(): import("lit-html").TemplateResult<1>;

@@ -10,0 +10,0 @@ }

import { LitElement } from 'lit';
export declare class W3mMobileConnectingView extends LitElement {
static styles: any[];
private isError;
isError: boolean;
constructor();
disconnectedCallback(): void;
private readonly unwatchConnection?;
private onFormatAndRedirect;
private createConnectionAndWait;
private openMobileApp;
private onGoToAppStore;

@@ -9,0 +11,0 @@ protected render(): import("lit-html").TemplateResult<1>;

import { LitElement } from 'lit';
export declare class W3mWebConnectingView extends LitElement {
static styles: any[];
private isError;
isError: boolean;
constructor();
disconnectedCallback(): void;
private readonly unwatchConnection?;
private onFormatAndRedirect;
private createConnectionAndWait;
private openWebWallet;
protected render(): import("lit-html").TemplateResult<1>;

@@ -9,0 +11,0 @@ }

{
"name": "@web3modal/ui",
"version": "2.3.0-d60e267",
"version": "2.3.0-e8cbe91",
"main": "dist/index.js",

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

"dependencies": {
"@web3modal/core": "2.3.0-d60e267",
"@web3modal/core": "2.3.0-e8cbe91",
"lit": "2.7.2",

@@ -22,0 +22,0 @@ "motion": "10.15.5",

Sorry, the diff of this file is too big to display

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