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

xts-interactive-api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xts-interactive-api - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

package.json
{
"name": "xts-interactive-api",
"version": "3.0.2",
"version": "3.0.3",
"description": "The official JS client library for the Symphony Fintech Trading API's",

@@ -5,0 +5,0 @@ "main": "./lib/",

@@ -33,3 +33,3 @@ # xts-interactive-nodeJS-api-v2

```js
xtsInteractive = new XTSInteractive(“https://developers.symphonyfintech.in”);
xtsInteractive = new XTSInteractive('https://developers.symphonyfintech.in');
```

@@ -65,7 +65,9 @@

var XTSInteractiveWS = require('xts-interactive-api').WS;
xtsInteractiveWS = new XTSInteractiveWS(“https://developers.symphonyfintech.in”);
xtsInteractiveWS = new XTSInteractiveWS(
'https://developers.symphonyfintech.in'
);
var socketInitRequest = {
userID: "XYZ",
token: "ABCDJGJKHK", // Token Generated after successful LogIn
};
userID: 'XYZ',
token: 'ABCDJGJKHK', // Token Generated after successful LogIn
};
xtsInteractiveWS.init(socketInitRequest);

@@ -72,0 +74,0 @@ ```

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