stream-log-stats
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -38,2 +38,3 @@ 'use strict' | ||
var type = path.extname(parsedUrl.pathname) || '<none>' | ||
type = type.toLowerCase() | ||
if (stats.type[type]) { | ||
@@ -40,0 +41,0 @@ stats.type[type].requests++ |
{ | ||
"name": "stream-log-stats", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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", |
10189
171