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

crosslightning-intermediary

Package Overview
Dependencies
Maintainers
0
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-intermediary - npm Package Compare versions

Comparing version 10.2.2-beta0 to 10.2.2-beta1

1

dist/swaps/tobtcln_abstract/ToBtcLnAbs.js

@@ -572,2 +572,3 @@ "use strict";

max_fee_mtokens: maxFee.sub(blindedFeeTotalMsat).toString(10),
payment: parsedRequest.payment,
max_timeout_height: maxTimeoutBlockheight.toString(10),

@@ -574,0 +575,0 @@ total_mtokens: amountSats.mul(new BN(1000)).toString(10),

2

package.json
{
"name": "crosslightning-intermediary",
"version": "10.2.2-beta0",
"version": "10.2.2-beta1",
"description": "Main functionality implementation for intermediary node, easily extensible to any chain",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -688,2 +688,3 @@ import * as BN from "bn.js";

max_fee_mtokens: maxFee.sub(blindedFeeTotalMsat).toString(10),
payment: parsedRequest.payment,
max_timeout_height: maxTimeoutBlockheight.toString(10),

@@ -690,0 +691,0 @@ total_mtokens: amountSats.mul(new BN(1000)).toString(10),

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