Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

lightning-backends

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightning-backends - npm Package Compare versions

Comparing version
1.6.3
to
1.6.4
+3
-0
CHANGELOG.md
# Changelog
* v1.6.4:
* Fix GetAlby backend - latest LndHub credentials use new URL with different error on failed payment
* Upgrade dependencies
* v1.6.3:

@@ -4,0 +7,0 @@ * Fix LNBits backend - "payment_secret" now required when paying invoices

@@ -26,2 +26,3 @@ const LndHubBackend = require('./lndhub');

'Payment failed',
'"payment_route":null',
],

@@ -28,0 +29,0 @@ notOk: [

+5
-5
{
"name": "lightning-backends",
"version": "1.6.3",
"version": "1.6.4",
"description": "Module to integrate with various Lightning Network node software and service providers",

@@ -45,11 +45,11 @@ "keywords": [

"@bleskomat/form": "1.3.2",
"async": "3.2.4",
"async": "3.2.5",
"bolt11": "1.4.1",
"secp256k1": "5.0.0",
"socks-proxy-agent": "7.0.0"
"socks-proxy-agent": "8.0.3"
},
"devDependencies": {
"dotenv": "16.3.1",
"mocha": "10.2.0"
"dotenv": "16.4.5",
"mocha": "10.4.0"
}
}