hapiest-logger
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -56,3 +56,3 @@ 'use strict'; | ||
} else if (data && data.err && data.err instanceof Error) { | ||
data.errorMessage = data.err.errorMessage; | ||
data.errorMessage = data.err.message; | ||
data.errorStack = data.err.stack; | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "hapiest-logger", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A wrapper around Winston that provides explicit functions for syslog logging levels", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
25239