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.1.0 to 3.0.0

.github/workflows/publish.yml

6

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

@@ -19,6 +19,2 @@ "repository": {

"private": false,
"scripts": {
"npm:bump-version": "npm version patch",
"npm:publish": "npm publish --access public"
},
"bugs": {

@@ -25,0 +21,0 @@ "url": "https://github.com/WebBTC/webln-types/issues"

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

interface LookupInvoiceArgs {
invoice?: string;
payment_hash?: string;
paymentRequest?: string;
paymentHash?: string;
}

@@ -87,2 +87,3 @@

paymentRequest: string;
preimage?: string;
paid: boolean;

@@ -89,0 +90,0 @@ }

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