You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@platformatic/utils

Package Overview
Dependencies
Maintainers
9
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/utils - npm Package Compare versions

Comparing version

to
2.67.1

7

lib/logger.js

@@ -61,3 +61,3 @@ 'use strict'

const pinoOptions = {
level: loggerConfig?.level ?? serverConfig?.level ?? 'trace',
level: loggerConfig?.level ?? serverConfig?.level ?? 'trace'
}

@@ -131,2 +131,7 @@

// This is used by standalone CLI like start-platformatic-node in @platformatic/node
if (loggerConfig?.pretty) {
pinoOptions.transport = { target: 'pino-pretty' }
}
return pinoOptions

@@ -133,0 +138,0 @@ }

2

package.json
{
"name": "@platformatic/utils",
"version": "2.67.0",
"version": "2.67.1",
"description": "Platformatic Utils",

@@ -5,0 +5,0 @@ "main": "index.js",