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

bolt07

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bolt07 - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

2

CHANGELOG.md
# Versions
## 1.9.3
## 1.9.4

@@ -5,0 +5,0 @@ - `hopsFromChannels`, `routeFromChannels`, `routeFromHops`: Add support for

@@ -31,3 +31,3 @@ {

},
"version": "1.9.3"
"version": "1.9.4"
}

@@ -95,2 +95,5 @@ const defaultCltvDelta = 40;

const nextCltvPolicy = ((nextPolicy || {}).policies || [])
.find(n => n.public_key === peer.public_key);
// The end of a route is where the penultimate node pays the ultimate one.

@@ -106,2 +109,6 @@ if (i < payIndex) {

if (!!nextCltvPolicy) {
cltvDelta = nextCltvPolicy.cltv_delta;
}
return {

@@ -108,0 +115,0 @@ base_fee_mtokens: (overridePolicy || policy).base_fee_mtokens,

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