Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-pretty-min

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-pretty-min

minimalistic ndjson logger for pino

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-24%
Maintainers
1
Weekly downloads
 
Created
Source

npm version Build Status Depdendencies Status devDependenciesi Status downloads js-standard-style

pino-pretty-min 🕉️

A minimalistic ndjson formatter for pino. Theme highly inspired (almost 1:1) by Golang logger called logrus. This package wouldn't have happened if not for pino-colada. Props.

pino-pretty-min

Usage

First, install prettifier as a dev-dependency in your project (works with npm and pnpm, probably with yarn too).

npm i -D pino-pretty-min

then, pipe your pino-enabled application's output to the prettifier, or even better, make it a npm-script:

"scripts": {
  "start": "node ./bin.js | pino-pretty-min",
}

Install

npm install pino-pretty-min

License

  • CC0 (~Public Domain)

Keywords

FAQs

Package last updated on 16 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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