node-xts-interactive-api
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"url": "http://192.168.1.163:3000" | ||
"url": "http://103.69.169.10:10521" | ||
} |
@@ -119,3 +119,3 @@ var socketIoClient = require("socket.io-client"); | ||
// path: "/interactive/socket.io", | ||
this.socketMD.socketMarketData = socketIoClient(this.url, { reconnection: false, query: { token: this.token, userID: this.userID } }); | ||
this.socketMD.socketMarketData = socketIoClient(this.url, { path: "/interactive/socket.io", reconnection: false, query: { token: this.token, userID: this.userID } }); | ||
logger.logFile("socket is initialized with the following parameters url " + this.url + " token " + this.token + " userID " + this.userID); | ||
@@ -122,0 +122,0 @@ |
{ | ||
"name": "node-xts-interactive-api", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The official JS client library for the Symphony Fintech Trading API's", | ||
@@ -5,0 +5,0 @@ "main": "./lib/", |
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
37772