Comparing version 1.0.17 to 1.0.18
@@ -139,3 +139,3 @@ const Api = require('../api').Api | ||
for (const item of data) { | ||
if (item["pos"] === "0") { | ||
if (item["positionAmt"] === "0") { | ||
continue | ||
@@ -142,0 +142,0 @@ } |
const Binance = require("./binance.js").Binance; | ||
const Bitget = require("./bitget").Bitget; | ||
const Bybit = require("./bybit.js").Bybit; | ||
@@ -7,5 +8,5 @@ const GateIo = require("./gateio.js").GateIo; | ||
module.exports = { | ||
Binance: Binance, | ||
Bitget: Bitget, | ||
Bybit: Bybit, | ||
@@ -12,0 +13,0 @@ GateIo: GateIo, |
const Binance = require("./api/exchange/binance").Binance | ||
const Bitget = require("./api/exchange/bitget").Bitget | ||
const Bybit = require("./api/exchange/bybit").Bybit | ||
@@ -9,2 +10,3 @@ const GateIo = require("./api/exchange/gateio").GateIo | ||
Binance, | ||
Bitget, | ||
Bybit, | ||
@@ -11,0 +13,0 @@ GateIo, |
{ | ||
"name": "smxt", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "tradingtau", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117241
13
3074
6