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

@getalby/lightning-wallet-connect

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getalby/lightning-wallet-connect - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

dist/components/css/colors.d.ts

2

dist/components/connectors/lwc-connector.d.ts
import { TemplateResult } from 'lit';
import { LwcElement } from '../lwc-element';
import { ConnectorType } from '../../types/ConnectorType';
import { ConnectorConfig } from '../../types/ConnectorConfig';
declare const LwcConnector_base: (new (...args: any[]) => {

@@ -325,4 +326,5 @@ readonly tw: import("@twind/core").Twind<any, CSSStyleSheet>;

render(): TemplateResult<1>;
protected _connect(config: Omit<ConnectorConfig, 'connectorName' | 'connectorType'>): void;
}
export {};
//# sourceMappingURL=lwc-connector.d.ts.map

3

dist/components/lwc-modal.d.ts
import { LwcElement } from './lwc-element';
import './lwc-connector-list.js';
import './lwc-modal-content.js';
declare const LwcModal_base: (new (...args: any[]) => {

@@ -326,3 +326,2 @@ readonly tw: import("@twind/core").Twind<any, CSSStyleSheet>;

render(): import("lit-html").TemplateResult<1>;
private _handleDisconnect;
private _handleClose;

@@ -329,0 +328,0 @@ }

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

export declare const withTwindExtended: (extend?: object) => <T extends new (...args: any[]) => HTMLElement & {
export declare const withTwindExtended: () => <T extends new (...args: any[]) => HTMLElement & {
connectedCallback?(): void;

@@ -317,3 +317,3 @@ disconnectedCallback?(): void;

}) & T;
export declare const withTwind: <T extends new (...args: any[]) => HTMLElement & {
export declare const withTwind: () => <T extends new (...args: any[]) => HTMLElement & {
connectedCallback?(): void;

@@ -320,0 +320,0 @@ disconnectedCallback?(): void;

@@ -6,5 +6,5 @@ import { ConnectorConfig } from '../types/ConnectorConfig';

init(): Promise<void>;
loadBalance(): Promise<void>;
loadAlias(): Promise<void>;
getBalance(): Promise<number | undefined>;
getAlias(): Promise<string | undefined>;
}
//# sourceMappingURL=Connector.d.ts.map
{
"name": "@getalby/lightning-wallet-connect",
"version": "1.0.11",
"version": "1.0.12",
"description": "Web components to connect to a lightning wallet and power a website with WebLN",

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

"@web/test-runner-playwright": "^0.9.0",
"@webbtc/webln-types": "^1.0.12",
"@webbtc/webln-types": "^2.0.0",
"@webcomponents/webcomponentsjs": "^2.6.0",

@@ -65,0 +65,0 @@ "concurrently": "^8.2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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