Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@getalby/bitcoin-connect

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getalby/bitcoin-connect - npm Package Compare versions

Comparing version
3.11.3
to
3.11.4
+2
-2
dist/index.d.ts

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

import { webln } from '@getalby/sdk';
import { NostrWebLNProvider } from '@getalby/sdk';
import { LNCWebLNProvider } from './connectors/LNCConnector';

@@ -18,3 +18,3 @@ import { LnbitsWebLNProvider } from './connectors/LnbitsConnector';

export declare const WebLNProviders: {
NostrWebLNProvider: typeof webln.NostrWebLNProvider;
NostrWebLNProvider: typeof NostrWebLNProvider;
LNCWebLNProvider: typeof LNCWebLNProvider;

@@ -21,0 +21,0 @@ LnbitsWebLNProvider: typeof LnbitsWebLNProvider;

@@ -1,6 +0,6 @@

import { nwc } from '@getalby/sdk';
import { NWCAuthorizationUrlOptions } from '@getalby/sdk';
export declare type WebLNProviderConfig = {
nwc?: {
authorizationUrlOptions: nwc.NWCAuthorizationUrlOptions;
authorizationUrlOptions: NWCAuthorizationUrlOptions;
};
};
{
"name": "@getalby/bitcoin-connect",
"version": "3.11.3",
"version": "3.11.4",
"description": "Web components to connect to a lightning wallet and power a website with WebLN",

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

"dependencies": {
"@getalby/lightning-tools": "^5.2.1",
"@getalby/sdk": "^5.1.2",
"@getalby/lightning-tools": "^6.0.0",
"@getalby/sdk": "^6.0.2",
"@lightninglabs/lnc-web": "^0.3.4-alpha",

@@ -77,4 +77,4 @@ "qrcode-generator": "1.4.4",

"typescript": "~4.7.4",
"vite": "^7.1.9"
"vite": "^7.1.11"
}
}

@@ -446,6 +446,2 @@ ![image](https://github.com/getAlby/bitcoin-connect/assets/33993199/a0eaf887-2ef1-4369-b6bf-7ef977ca2b67)

#### WebLN events
Providers also should fire a `webln:connected` event. See `webln.guide`.
### Styling

@@ -452,0 +448,0 @@

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

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

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

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