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.8.0 to 57.8.1

4

CHANGELOG.md
# Versions
## 57.8.1
- `pay` and payment via request methods: disallow features 30/31 from payments
## 57.8.0

@@ -4,0 +8,0 @@

6

package.json

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

"invoices": "3.0.0",
"lightning": "10.8.1",
"lightning": "10.8.2",
"macaroon": "3.0.4"

@@ -18,3 +18,3 @@ },

"devDependencies": {
"@alexbosworth/blockchain": "1.7.0",
"@alexbosworth/blockchain": "2.0.0",
"@alexbosworth/node-fetch": "2.6.2",

@@ -74,3 +74,3 @@ "async": "3.2.5",

},
"version": "57.8.0"
"version": "57.8.1"
}

@@ -87,3 +87,7 @@ const {strictEqual} = require('node:assert').strict;

await pay({lnd, path: {id, routes: [route]}});
await kill({});
} catch (err) {
await kill({});
if (Array.isArray(err)) {

@@ -98,5 +102,3 @@ const [, code, context] = err;

await kill({});
return;
});

@@ -70,9 +70,11 @@ const {createHash} = require('node:crypto');

equal(message, 'PaymentRejectedByDestination', 'Got back 404 error');
await kill({});
} catch (err) {
await kill({});
equal(err, null, 'Expected no error');
}
await kill({});
return;
});

@@ -92,9 +92,11 @@ const {equal} = require('node:assert').strict;

}
await kill({});
} catch (err) {
await kill({});
equal(err, null, 'Expected no error');
}
await kill({});
return;
});
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