Socket
Socket
Sign inDemoInstall

@webbtc/webln-types

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webbtc/webln-types - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

8

package.json
{
"name": "@webbtc/webln-types",
"description": "Type definitions for WebLN",
"version": "1.0.10",
"version": "1.0.11",
"types": "types/index.d.ts",

@@ -26,3 +26,7 @@ "repository": {

},
"homepage": "https://github.com/WebBTC/webln-types#readme"
"homepage": "https://github.com/WebBTC/webln-types#readme",
"funding": {
"type": "lightning",
"url": "hello@getalby.com"
}
}

@@ -71,3 +71,3 @@ // Workaround for code completion to account for values this library doesn't know about yet.

interface WebLNProvider {
enable(): Promise<{ enabled: boolean; remember: boolean }>;
enable(): Promise<void>; // Promise<{ enabled: boolean; remember: boolean }>
getInfo(): Promise<GetInfoResponse>;

@@ -74,0 +74,0 @@ keysend(args: KeysendArgs): Promise<SendPaymentResponse>;

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