New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ib

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ib - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

lib/incoming.js

@@ -467,4 +467,4 @@ var _ = require('lodash');

priceBid = this.dequeueFloat();
priceAsk = this.dequeueFloat();
sizeBid = this.dequeueInt();
priceAsk = this.dequeueFloat();
sizeAsk = this.dequeueInt();

@@ -471,0 +471,0 @@ this._emit('historicalTickBidAskData', reqId, date, mask, priceBid, priceAsk, sizeBid, sizeAsk);

{
"name": "ib",
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",

@@ -45,10 +45,10 @@ "author": {

"command-buffer": "^0.1.0",
"lodash": "^4.17.4",
"function-rate-limit": "^1.1.0"
"function-rate-limit": "^1.1.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"chalk": "^2.3.0",
"grunt": "^1.0.1",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",

@@ -55,0 +55,0 @@ "matchdep": "^2.0.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