Socket
Socket
Sign inDemoInstall

@webbtc/webln-types

Package Overview
Dependencies
Maintainers
3
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 2.0.1 to 2.1.0

4

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

@@ -29,4 +29,4 @@ "repository": {

"type": "lightning",
"url": "hello@getalby.com"
"url": "lightning:hello@getalby.com"
}
}

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

// optional methods
isEnabled?(): boolean;
isEnabled?(): Promise<boolean>;
getBalance?(): Promise<GetBalanceResponse>;

@@ -292,0 +292,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