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.1.3 to 57.2.0

test/walletrpc-integration/test_delete_chain_transaction.js

5

CHANGELOG.md
# Versions
## 57.2.0
- `deleteChainTransaction`: Add method to delete a chain transaction
- `getChainTransaction`: Add method to get a chain transaction
## 57.1.3

@@ -4,0 +9,0 @@

4

index.js

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

const {decodePaymentRequest} = require('lightning');
const {deleteChainTransaction} = require('lightning');
const {deleteForwardingReputations} = require('lightning');

@@ -43,2 +44,3 @@ const {deleteFailedPayAttempts} = require('lightning');

const {getChainFeeRate} = require('lightning');
const {getChainTransaction} = require('lightning');
const {getChainTransactions} = require('lightning');

@@ -178,2 +180,3 @@ const {getChannel} = require('lightning');

decodePaymentRequest,
deleteChainTransaction,
deleteFailedPayAttempts,

@@ -202,2 +205,3 @@ deleteFailedPayments,

getChainFeeRate,
getChainTransaction,
getChainTransactions,

@@ -204,0 +208,0 @@ getChannel,

6

package.json

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

"invoices": "3.0.0",
"lightning": "10.1.4",
"lightning": "10.2.0",
"macaroon": "3.0.4"

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

"ecpair": "2.1.0",
"ln-docker-daemons": "6.0.5",
"ln-docker-daemons": "6.0.6",
"p2tr": "2.0.0",

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

},
"version": "57.1.3"
"version": "57.2.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