winston-papertrail
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -211,2 +211,7 @@ /* | ||
// don't send extra message if our message ends with a newline | ||
if (lines[i].length == 0 && i == lines.length - 1) { | ||
break; | ||
} | ||
if (i == 1) { | ||
@@ -213,0 +218,0 @@ gap = ' '; |
{ | ||
"name": "winston-papertrail", | ||
"description": "A Papertrail transport for winston", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Ken Perkins <kenjperkins@gmail.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
10219
228