Socket
Socket
Sign inDemoInstall

@fantasia949/ib

Package Overview
Dependencies
3
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.14 to 0.2.15

5

lib/incoming.js

@@ -1136,9 +1136,8 @@ var _ = require('lodash');

Incoming.prototype._HISTORICAL_NEWS = function () {
var version = this.dequeueInt();
var reqId = this.dequeueInt();
var time = this.dequeue()
var providerCode = this.dequeue()
var articleId = this.dequeueInt()
var articleId = this.dequeue()
var headline = this.dequeue()
this._emit('historicalNews', { version, reqId, time, providerCode, articleId, headline });
this._emit('historicalNews', { reqId, time, providerCode, articleId, headline });
};

@@ -1145,0 +1144,0 @@

2

package.json
{
"name": "@fantasia949/ib",
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js",
"version": "0.2.14",
"version": "0.2.15",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "trung <fantasia949@gmail.com>",

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