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.17 to 1.0.18

api/exchange/bitget.js

2

api/exchange/binance.js

@@ -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",

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