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.0.1 to 57.1.0

test/chainrpc-integration/test_get_block_header.js

4

CHANGELOG.md
# Versions
## 57.1.0
- `getBlockHeader`: Add method to get the header portion of a block
## 57.0.1

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

@@ -37,2 +37,3 @@ const {addExternalSocket} = require('lightning');

const {getBlock} = require('lightning');
const {getBlockHeader} = require('lightning');
const {getChainAddresses} = require('lightning');

@@ -194,2 +195,3 @@ const {getChainBalance} = require('lightning');

getBlock,
getBlockHeader,
getChainAddresses,

@@ -196,0 +198,0 @@ getChainBalance,

6

package.json

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

"invoices": "3.0.0",
"lightning": "10.0.1",
"lightning": "10.1.0",
"macaroon": "3.0.4"

@@ -28,3 +28,3 @@ },

"ecpair": "2.1.0",
"ln-docker-daemons": "6.0.1",
"ln-docker-daemons": "6.0.3",
"p2tr": "2.0.0",

@@ -71,3 +71,3 @@ "portfinder": "1.0.32",

},
"version": "57.0.1"
"version": "57.1.0"
}

Sorry, the diff of this file is too big to display

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