Socket
Socket
Sign inDemoInstall

forex-quotes

Package Overview
Dependencies
23
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

2

lib/SocketClient.js

@@ -46,3 +46,2 @@ "use strict";

this.handleMessage = function (message) {
console.log(message);
var action = message.split('|')[0];

@@ -157,3 +156,2 @@ var body = message.split('|').slice(1).join('|');

this.socket.on('open', this.handleOpen);
console.log(this.socket);
};

@@ -160,0 +158,0 @@ return SocketClient;

2

package.json
{
"name": "forex-quotes",
"version": "6.0.1",
"version": "6.0.2",
"description": "Realtime forex quote API client",

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

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