Socket
Socket
Sign inDemoInstall

pino-prettifier

Package Overview
Dependencies
0
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pino-prettifier

Development mode prettifier for Pino


Version published
Weekly downloads
3
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

v1.0.8 (2019-11-11)

Readme

Source

pino-prettifier

npm version

This package provides a log prettifier for the Pino logging library.

Usage

Install the library as usual:

npm install pino-prettifier

Then use the proper pino options:

const pino = require('pino');
const prettifier = require('pino-prettifier');
const logger = pino({
  prettyPrint: true,
  prettifier
});

License

MIT

Keywords

FAQs

Last updated on 11 Nov 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc