stream-log-stats
Advanced tools
Comparing version 1.1.0-1 to 1.1.0-2
@@ -20,3 +20,3 @@ 'use strict' | ||
var resourceLine = decodeURI(requestSplit[1]) | ||
var availableSpace = process.stdout.columns - 36 | ||
var availableSpace = process.stdout.columns - 37 | ||
if (resourceLine.length > availableSpace) { | ||
@@ -23,0 +23,0 @@ stats.addResource(logObject.status + ' ' + requestSplit[0] + ' ...' + resourceLine.substr(-(availableSpace)), logObject.bytes) |
{ | ||
"name": "stream-log-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.1.0-1", | ||
"version": "1.1.0-2", | ||
"description": "Prints statistics from the incoming web log stream to the console", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/stream-log-stats.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package