stream-log-stats
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -6,2 +6,2 @@ #!/usr/bin/env node | ||
process.stdin.pipe(statsView()); | ||
process.stdin.pipe(statsView({ refreshRate: 10 })); |
{ | ||
"name": "stream-log-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Prints statistics from the incoming web log stream to the console", | ||
@@ -23,10 +23,10 @@ "repository": "https://github.com/75lb/stream-log-stats.git", | ||
"dependencies": { | ||
"ansi-escape-sequences": "^0.1.0", | ||
"boil-js": "^0.1.4", | ||
"byte-size": "^0.1.0", | ||
"common-log-format": "^0.1.3", | ||
"console-dope": "^0.3.4", | ||
"function-tools": "^0.1.0", | ||
"ansi-escape-sequences": "~0.1.0", | ||
"boil-js": "~0.1.4", | ||
"byte-size": "~0.1.0", | ||
"common-log-format": "~0.1.3", | ||
"console-dope": "~0.3.4", | ||
"function-tools": "~0.1.0", | ||
"object-tools": "^1.0.3" | ||
} | ||
} |
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
10441
Updatedansi-escape-sequences@~0.1.0
Updatedboil-js@~0.1.4
Updatedbyte-size@~0.1.0
Updatedcommon-log-format@~0.1.3
Updatedconsole-dope@~0.3.4
Updatedfunction-tools@~0.1.0