Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smxt

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smxt - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

api/exchange/bybit.js

@@ -194,3 +194,3 @@ const Api = require('../api').Api

side: side === "buy" ? "Buy" : "Sell",
qty: amount,
qty: amount.toString(),
timeInForce: "GTC",

@@ -201,3 +201,3 @@ reduceOnly: reduceOnly,

if (orderType === 'limit') {
params['price'] = price;
params['price'] = price.toString();
}

@@ -204,0 +204,0 @@ if (orderTag === '') {

{
"name": "smxt",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "tradingtau",

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