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

ln-service

Package Overview
Dependencies
Maintainers
1
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ln-service - npm Package Compare versions

Comparing version 57.19.0 to 57.20.0

5

CHANGELOG.md
# Versions
## 57.20.0
- `payViaPaymentRequest`, `subscribeToPayViaRequest`: Add `index` to response
for payment offset number in payments set
## 57.19.0

@@ -4,0 +9,0 @@

6

package.json

@@ -12,3 +12,3 @@ {

"invoices": "3.0.0",
"lightning": "10.19.0",
"lightning": "10.20.0",
"macaroon": "3.0.4"

@@ -36,3 +36,3 @@ },

"uuid": "10.0.0",
"varuint-bitcoin": "1.1.2"
"varuint-bitcoin": "2.0.0"
},

@@ -79,3 +79,3 @@ "engines": {

},
"version": "57.19.0"
"version": "57.20.0"
}

@@ -95,2 +95,3 @@ const {deepEqual} = require('node:assert').strict;

equal(paid.id, invoice.id, 'Payment hash is equal on both sides');
equal(paid.index, '2', 'Got payment offset index');
equal(paid.mtokens, '101000', 'Paid mtokens');

@@ -97,0 +98,0 @@ equal(paid.secret, invoice.secret, 'Paid for invoice secret');

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

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