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.12.0 to 57.13.0

6

CHANGELOG.md
# Versions
## 57.13.0
- `getWalletInfo`: Add support for LND 0.18.0
- `subscribeToGraph`: Add support for `inbound_base_discount_mtokens` and
`inbound_rate_discount`
## 57.12.0

@@ -4,0 +10,0 @@

7

package.json

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

"invoices": "3.0.0",
"lightning": "10.12.0",
"lightning": "10.13.1",
"macaroon": "3.0.4"

@@ -28,3 +28,3 @@ },

"ecpair": "2.1.0",
"ln-docker-daemons": "6.0.16",
"ln-docker-daemons": "6.0.17",
"p2tr": "2.0.0",

@@ -57,2 +57,3 @@ "portfinder": "1.0.32",

"scripts": {
"integration-test-0.18.0": "DOCKER_LND_VERSION=v0.18.0-beta npm run test",
"integration-test-0.17.5": "DOCKER_LND_VERSION=v0.17.5-beta npm run test",

@@ -77,3 +78,3 @@ "integration-test-0.17.4": "DOCKER_LND_VERSION=v0.17.4-beta npm run test",

},
"version": "57.12.0"
"version": "57.13.0"
}

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

is_disabled: policy.is_disabled,
inbound_base_discount_mtokens: policy.inbound_base_discount_mtokens,
inbound_rate_discount: policy.inbound_rate_discount,
max_htlc_mtokens: policy.max_htlc_mtokens,

@@ -111,0 +113,0 @@ min_htlc_mtokens: policy.min_htlc_mtokens,

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