Socket
Socket
Sign inDemoInstall

@antora/logger

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/logger - npm Package Compare versions

Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.10

2

lib/logger.js

@@ -105,3 +105,2 @@ 'use strict'

},
suppressFlushSyncWarning: true,
translateTime: 'SYS:HH:MM:ss.l', // Q: do we really need ms? should we honor DATE_FORMAT env var?

@@ -113,2 +112,3 @@ ...(colorize ? undefined : { colorize: false }),

)
logger[streamSym].flushSync = logger.silent // better alternative to suppressFlushSyncWarning option
if (prettyPrint) logger[streamSym].stream = destination

@@ -115,0 +115,0 @@ }

{
"name": "@antora/logger",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.10",
"description": "The logger for Antora.",

@@ -20,3 +20,3 @@ "license": "MPL-2.0",

"pino": "~6.13",
"pino-pretty": "~6.0",
"pino-pretty": "~7.1",
"sonic-boom": "~2.1"

@@ -39,3 +39,3 @@ },

],
"gitHead": "a504d6889819b548e8a5416a7194cbb6f9a93e93"
"gitHead": "a9e10aacbc6fb0c4dc3a42dd7e4a5c763d153428"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc