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-beta3 to 10.2.2-beta4

3

dist/swaps/tobtcln_abstract/ToBtcLnAbs.js

@@ -745,3 +745,4 @@ "use strict";

probeOrRouteResp = routeResp;
probeOrRouteResp.confidence = 0;
if (parsedRequest.blindedPaths == null)
probeOrRouteResp.confidence = 0;
}

@@ -748,0 +749,0 @@ else {

{
"name": "crosslightning-intermediary",
"version": "10.2.2-beta3",
"version": "10.2.2-beta4",
"description": "Main functionality implementation for intermediary node, easily extensible to any chain",

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

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

probeOrRouteResp = routeResp;
probeOrRouteResp.confidence = 0;
if(parsedRequest.blindedPaths==null) probeOrRouteResp.confidence = 0;
} else {

@@ -890,0 +890,0 @@ this.logger.info("checkAndGetNetworkFee(): route probed,"+

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