Comparing version 8.15.2 to 8.15.3
'use strict' | ||
module.exports = { version: '8.15.2' } | ||
module.exports = { version: '8.15.3' } |
@@ -234,7 +234,11 @@ 'use strict' | ||
const hasNodeCodeCoverage = process.env.NODE_V8_COVERAGE || process.env.V8_COVERAGE | ||
function buildSafeSonicBoom (opts) { | ||
const stream = new SonicBoom(opts) | ||
stream.on('error', filterBrokenPipe) | ||
// if we are sync: false, we must flush on exit | ||
if (!opts.sync && isMainThread) { | ||
// If we are sync: false, we must flush on exit | ||
// We must disable this if there is node code coverage due to | ||
// https://github.com/nodejs/node/issues/49344#issuecomment-1741776308. | ||
if (!hasNodeCodeCoverage && !opts.sync && isMainThread) { | ||
onExit.register(stream, autoEnd) | ||
@@ -241,0 +245,0 @@ |
{ | ||
"name": "pino", | ||
"version": "8.15.2", | ||
"version": "8.15.3", | ||
"description": "super fast, all natural json logger", | ||
@@ -5,0 +5,0 @@ "main": "pino.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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
681641
13312
51