Comparing version 8.16.0 to 8.16.1
'use strict' | ||
module.exports = { version: '8.16.0' } | ||
module.exports = { version: '8.16.1' } |
@@ -229,5 +229,5 @@ 'use strict' | ||
if ('flush' in stream) { | ||
if (typeof stream.flush === 'function') { | ||
stream.flush(cb || noop) | ||
} else if (cb) cb() | ||
} |
{ | ||
"name": "pino", | ||
"version": "8.16.0", | ||
"version": "8.16.1", | ||
"description": "super fast, all natural json logger", | ||
@@ -5,0 +5,0 @@ "main": "pino.js", |
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
686603