Comparing version 1.3.9 to 1.3.10
@@ -269,4 +269,2 @@ /* | ||
const o = {}; | ||
if (meta instanceof Error && options.errorStack) | ||
o.stack = meta.stack; | ||
merge(o, output, { | ||
@@ -282,2 +280,4 @@ filter: (o, n) => | ||
} | ||
if (meta instanceof Error && options.errorStack) | ||
output.stack = meta.stack; | ||
if (options.errorStack && meta instanceof Error && output.stack && | ||
@@ -284,0 +284,0 @@ (typeof options.errorStack !== 'function' || |
{ | ||
"name": "hixtory", | ||
"description": "Most flexible and fast logging library for NodeJS", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"author": "Panates Ltd.", | ||
@@ -24,3 +24,3 @@ "contributors": [ | ||
"dependencies": { | ||
"ansi-colors": "^3.2.3", | ||
"ansi-colors": "^3.2.4", | ||
"errorex": "^2.3.0", | ||
@@ -37,5 +37,5 @@ "fecha": "^3.0.2", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.14.1", | ||
"eslint": "^5.15.1", | ||
"eslint-config-google": "^0.12.0", | ||
"mocha": "^6.0.1", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
@@ -42,0 +42,0 @@ "rejected-or-not": "^1.0.1" |
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
61652
Updatedansi-colors@^3.2.4