binance-api-node
Advanced tools
Comparing version 0.11.46 to 0.11.47
@@ -65,3 +65,3 @@ "use strict"; | ||
var marketName = res.url.includes('future') ? 'futures' : 'spot'; | ||
var marketName = res.url.includes(FUTURES) || res.url.includes('future') ? 'futures' : 'spot'; | ||
Object.keys(headersMapping).forEach(function (key) { | ||
@@ -68,0 +68,0 @@ var outKey = headersMapping[key]; |
{ | ||
"name": "binance-api-node", | ||
"version": "0.11.46", | ||
"version": "0.11.47", | ||
"description": "A node API wrapper for Binance", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
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
235119