Comparing version 2.10.0 to 2.10.1
{ | ||
"name": "pino", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "fast and simple logger", | ||
@@ -51,3 +51,3 @@ "main": "pino.js", | ||
"fast-json-parse": "^1.0.0", | ||
"fast-safe-stringify": "^1.0.8", | ||
"fast-safe-stringify": "^1.1.0", | ||
"flatstr": "^1.0.0", | ||
@@ -54,0 +54,0 @@ "object.assign": "^4.0.4", |
@@ -586,3 +586,4 @@ ![banner](pino-banner.png) | ||
logger.on('error', function (err) { | ||
// this callback _will_ be invoked for the type of stream we supplied | ||
console.error('pino logger cannot flush on exit due to provided output stream') | ||
process.exit(1) | ||
}) | ||
@@ -589,0 +590,0 @@ ``` |
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
586005
1002
Updatedfast-safe-stringify@^1.1.0