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

@equilab/marginly-sdk

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equilab/marginly-sdk - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

2

dist/marginlyPoolExecute.js

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

const leveragedAmountBn = leveragedAmount
? ethers_1.ethers.utils.parseUnits(leveragedAmount.toFixed(depositTokenDecimals), depositTokenDecimals)
? ethers_1.ethers.utils.parseUnits(leveragedAmount.toFixed(baseDecimals), baseDecimals)
: undefined;

@@ -350,0 +350,0 @@ const limitPrice = (type === 'depositAndOpenPosition' && direction === 'short') || (type === 'close' && direction === 'long')

{
"name": "@equilab/marginly-sdk",
"version": "1.0.22",
"version": "1.0.23",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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