Socket
Socket
Sign inDemoInstall

pino-pretty

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-pretty - npm Package Compare versions

Comparing version 9.1.0 to 9.1.1

2

help/help.txt

@@ -63,3 +63,3 @@ Usage: pino pretty [options] [command]

- Prettify logs but only print time and level
$ cat log | pino-pretty -i time,level
$ cat log | pino-pretty -I time,level

@@ -66,0 +66,0 @@ - Loads options from a config file

'use strict'
const fastCopy = require('fast-copy')
const { createCopier } = require('fast-copy')
const dateformat = require('dateformat')

@@ -21,2 +21,4 @@ const SonicBoom = require('sonic-boom')

const fastCopy = createCopier({})
module.exports = {

@@ -23,0 +25,0 @@ isObject,

{
"name": "pino-pretty",
"version": "9.1.0",
"version": "9.1.1",
"description": "Prettifier for Pino log lines",

@@ -37,3 +37,3 @@ "type": "commonjs",

"dateformat": "^4.6.3",
"fast-copy": "^2.1.1",
"fast-copy": "^3.0.0",
"fast-safe-stringify": "^2.1.1",

@@ -59,3 +59,3 @@ "joycon": "^3.1.1",

"tap": "^16.0.0",
"tsd": "^0.22.0",
"tsd": "^0.24.1",
"typescript": "^4.4.3"

@@ -62,0 +62,0 @@ },

@@ -6,5 +6,6 @@ 'use strict'

const tap = require('tap')
const fastCopy = require('fast-copy')
const { createCopier } = require('fast-copy')
const stringifySafe = require('fast-safe-stringify')
const { internals } = require('../../lib/utils')
const fastCopy = createCopier({})

@@ -11,0 +12,0 @@ tap.test('#joinLinesWithIndentation', t => {

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