Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-xts-interactive-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-xts-interactive-api - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/config/app/config.json
{
"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/",

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