stream-log-stats
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -59,3 +59,3 @@ 'use strict' | ||
previouslyRenderedLines = 0 | ||
for (var i = 0; i < lines.length && i < (process.stdout.rows - 1); i++) { | ||
for (var i = 0; i < lines.length && i < (process.stdout.rows - 2); i++) { | ||
console.error(lines[i]) | ||
@@ -62,0 +62,0 @@ previouslyRenderedLines++ |
{ | ||
"name": "stream-log-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Prints statistics from the incoming web log stream to the console", | ||
@@ -27,6 +27,6 @@ "repository": "https://github.com/75lb/stream-log-stats.git", | ||
"devDependencies": { | ||
"tape": "^4.4.0" | ||
"tape": "^4.5.1" | ||
}, | ||
"dependencies": { | ||
"JSONStream": "^1.0.7", | ||
"JSONStream": "^1.1.1", | ||
"ansi-escape-sequences": "^2.2.2", | ||
@@ -37,5 +37,5 @@ "byte-size": "^2", | ||
"lodash.throttle": "^4.0.1", | ||
"object-tools": "^2.0.5", | ||
"stream-via": "^1.0.1" | ||
"object-tools": "^2.0.6", | ||
"stream-via": "^1.0.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
10379
UpdatedJSONStream@^1.1.1
Updatedobject-tools@^2.0.6
Updatedstream-via@^1.0.3