lightning-backends
Advanced tools
+3
-0
| # 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" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 5 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 5 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
76048
0.21%1821
0.05%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated