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

ln-service

Package Overview
Dependencies
Maintainers
0
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.18.0 to 57.19.0

test/integration/test_encrypted_routes.js

8

CHANGELOG.md
# Versions
## 57.19.0
- `createInvoice`: add `is_encrypting_routes` to enable blinded paths feature
- `pay`, `subscribeToPastPayment`, `subscribeToPayViaDetails`,
`subscribeToPayViaRequest`, `subscribeToPayments`: Add `is_canceled` for
when the payment loop was explicitly canceled.
## 57.18.0

@@ -4,0 +12,0 @@

8

package.json

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

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

@@ -20,3 +20,3 @@ },

"@alexbosworth/node-fetch": "2.6.2",
"async": "3.2.5",
"async": "3.2.6",
"asyncjs-util": "1.2.12",

@@ -29,3 +29,3 @@ "bip32": "4.0.0",

"ecpair": "2.1.0",
"ln-docker-daemons": "6.0.22",
"ln-docker-daemons": "6.0.23",
"p2tr": "2.0.0",

@@ -80,3 +80,3 @@ "portfinder": "1.0.32",

},
"version": "57.18.0"
"version": "57.19.0"
}

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

id: payment.id,
is_canceled: false,
is_insufficient_balance: false,

@@ -155,9 +156,11 @@ is_invalid_payment: false,

}
await kill({});
} catch (err) {
await kill({});
strictEqual(err, null, 'Expected no error');
}
await kill({});
return;
});

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