Comparing version 0.2.5 to 0.2.6
@@ -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", |
139301
Updatedlodash@^4.17.10