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

@walletconnect/modal-ui

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/modal-ui - npm Package Compare versions

Comparing version 2.5.0-f0d3ee1 to 2.5.0

2

dist/_types/src/components/wcm-modal-router/index.d.ts

@@ -1,3 +0,3 @@

import type { RouterView } from '@walletconnect/modal-core';
import { LitElement } from 'lit';
import type { RouterView } from 'packages/modal-core';
export declare class WcmModalRouter extends LitElement {

@@ -4,0 +4,0 @@ static styles: any[];

@@ -25,4 +25,4 @@ export declare const DataUtil: {

}[];
recentWallet(): import("@walletconnect/modal-core").WalletData | undefined;
recomendedWallets(skipRecent?: boolean): import("@walletconnect/modal-core").Listing[];
recentWallet(): import("packages/modal-core").WalletData | undefined;
recomendedWallets(skipRecent?: boolean): import("packages/modal-core").Listing[];
};

@@ -1,2 +0,2 @@

import type { WalletData } from '@walletconnect/modal-core';
import type { WalletData } from 'packages/modal-core';
export declare const TemplateUtil: {

@@ -3,0 +3,0 @@ onConnecting(data: WalletData): void;

@@ -1,3 +0,3 @@

import type { WalletData } from '@walletconnect/modal-core';
import type { LitElement } from 'lit';
import type { WalletData } from 'packages/modal-core';
export declare const UiUtil: {

@@ -4,0 +4,0 @@ MOBILE_BREAKPOINT: number;

{
"name": "@walletconnect/modal-ui",
"version": "2.5.0-f0d3ee1",
"version": "2.5.0",
"main": "dist/index.js",

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

"dependencies": {
"@walletconnect/modal-core": "2.5.0-f0d3ee1",
"@walletconnect/modal-core": "2.5.0",
"lit": "2.7.5",

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

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

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