Socket
Socket
Sign inDemoInstall

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

1

dist/_types/index.d.ts

@@ -10,1 +10,2 @@ import './src/components';

export * from './src/partials/w3m-network-switch';
export * from './src/components/w3m-qrcode';

3

dist/_types/src/components/w3m-qrcode/index.d.ts
import { LitElement } from 'lit';
export default class W3mQrCode extends LitElement {
export declare class W3mQrCode extends LitElement {
static styles: any[];

@@ -8,2 +8,3 @@ uri: string;

walletId?: string | undefined;
imageUrl?: string | undefined;
private svgTemplate;

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

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

imageId?: string;
imageUrl?: string;
protected render(): import("lit-html").TemplateResult<1>;

@@ -8,0 +9,0 @@ }

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

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

"dependencies": {
"@web3modal/core": "2.3.0",
"@web3modal/core": "2.3.1",
"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