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.3.16 to 0.3.17

10

lib/incoming.js

@@ -1161,5 +1161,9 @@ var _ = require('lodash');

const providers = [];
let i;
while (i = this.dequeue()) {
providers.push(i);
const nProviders = this.dequeueInt();
for (let index = 0; index < nProviders; index++) {
const providerCode = this.dequeue()
const providerName = this.dequeue()
providers.push( [providerCode, providerName] )
}

@@ -1166,0 +1170,0 @@

{
"name": "@fantasia949/ib",
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js",
"version": "0.3.16",
"version": "0.3.17",
"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