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

crosslightning-sdk-base

Package Overview
Dependencies
Maintainers
0
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-sdk-base - npm Package Compare versions

Comparing version 9.2.0-beta14 to 9.2.0-beta15

2

dist/swaps/tobtc/IToBTCSwap.js

@@ -45,3 +45,3 @@ "use strict";

if (this.networkFeeBtc == null) {
this.networkFeeBtc = this.swapFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee());
this.networkFeeBtc = this.networkFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee());
}

@@ -48,0 +48,0 @@ }

{
"name": "crosslightning-sdk-base",
"version": "9.2.0-beta14",
"version": "9.2.0-beta15",
"description": "CrossLightning SDK chain-agnostic base",

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

@@ -54,3 +54,3 @@ import {IToBTCWrapper} from "./IToBTCWrapper";

if(this.networkFeeBtc==null) {
this.networkFeeBtc = this.swapFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee());
this.networkFeeBtc = this.networkFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee());
}

@@ -57,0 +57,0 @@ }

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