Socket
Socket
Sign inDemoInstall

jsmex-trader-sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.43 to 1.1.45

7

lib/exchange/CCXTExchange.js

@@ -102,3 +102,2 @@ const IExchange = global.IExchange || require('./IExchange')

Object.assign(options, this.options)
console.log(symbol)
const ticker = MarketDTO.formatFromSymbol(symbol, { prefix: '', separator: '/', iso: false })

@@ -175,3 +174,3 @@ return Promise.resolve()

Object.assign(options, this.options)
const ticker = MarketDTO.formatFromSymbol(symbol, { prefix: '', separator: '/', iso: false })
const ticker = MarketDTO.formatFromSymbol(symbol, { prefix: '', separator: '', iso: false })
try {

@@ -183,3 +182,3 @@ if (!(pipeline instanceof Array)) {

if (!pipeElement.market && !!pipeElement.symbol) {
pipeElement.symbol = MarketDTO.formatFromSymbol(symbol, { prefix: '', separator: '/', iso: false })
pipeElement.symbol = MarketDTO.formatFromSymbol(symbol, { prefix: '', separator: '', iso: false })
}

@@ -537,3 +536,3 @@ return pipeElement

}
return CCXTExchange.orderToDTO(orderDataLean.info)
return CCXTExchange.orderToDTO(orderDataLean.info || orderDataLean)
}

@@ -540,0 +539,0 @@ )

{
"name": "jsmex-trader-sdk",
"version": "1.1.43",
"version": "1.1.45",
"description": "",

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc