New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bolt09

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

bolt09 - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

CHANGELOG.md
# Versions
## 0.1.3
- `featureFlagDetails`: Add support for anchor channels and anchor zero fee transactions
## 0.1.2
- `featureFlagDetails`: Add support for large channel flags on 18/19 bit

@@ -26,3 +26,13 @@ {

"18": {"name": "option_support_large_channel", "type": "large_channels"},
"19": {"name": "option_support_large_channel", "type": "large_channels"}
"19": {"name": "option_support_large_channel", "type": "large_channels"},
"20": {"name": "option_anchor_outputs", "type": "anchor_channels"},
"21": {"name": "option_anchor_outputs", "type": "anchor_channels"},
"22": {
"name": "option_anchors_zero_fee_htlc_tx",
"type": "anchor_zero_fee_htlc_tx"
},
"23": {
"name": "option_anchors_zero_fee_htlc_tx",
"type": "anchor_zero_fee_htlc_tx"
}
}

4

package.json

@@ -8,3 +8,3 @@ {

"devDependencies": {
"tap": "14.10.8"
"tap": "14.11.0"
},

@@ -30,3 +30,3 @@ "engines": {

},
"version": "0.1.2"
"version": "0.1.3"
}
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