winston-syslog
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -111,3 +111,3 @@ /* | ||
var self = this, | ||
data = meta ? winston.clone(meta) : {}, | ||
data = Object.keys(meta).length ? winston.clone(meta) : {}, | ||
syslogMsg, | ||
@@ -126,3 +126,3 @@ buffer; | ||
date: new Date(), | ||
message: meta ? JSON.stringify(data) : msg | ||
message: Object.keys(meta).length ? JSON.stringify(data) : msg | ||
}); | ||
@@ -129,0 +129,0 @@ |
{ | ||
"name": "winston-syslog", | ||
"description": "A syslog transport for winston", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13232