winston-papertrail
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,3 +0,3 @@ | ||
# v0.0.5 # | ||
- Handle when logging a null value, Fix for issue #5 | ||
# v0.0.6 # | ||
- Handle when logging a null or non-string value, Fix for issue #5 | ||
@@ -4,0 +4,0 @@ # v0.0.4 # |
@@ -172,2 +172,8 @@ /* | ||
// If we don't have a string for the message, | ||
// lets transform it before moving on | ||
if (typeof(output) !== 'string') { | ||
output = util.inspect(output); | ||
} | ||
if (meta) { | ||
@@ -174,0 +180,0 @@ if (typeof meta !== 'object') { |
{ | ||
"name": "winston-papertrail", | ||
"description": "A Papertrail transport for winston", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Ken Perkins <ken@clipboard.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
35459
240