Socket
Socket
Sign inDemoInstall

pino

Package Overview
Dependencies
Maintainers
2
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

6

bin.js

@@ -86,3 +86,7 @@ #! /usr/bin/env node

line += value.pid + ' on ' + value.hostname + ')'
line += ': ' + chalk.cyan(value.msg) + '\n'
line += ': '
if (value.msg) {
line += chalk.cyan(value.msg)
}
line += '\n'
if (value.type === 'Error') {

@@ -89,0 +93,0 @@ line += ' ' + withSpaces(value.stack) + '\n'

2

package.json
{
"name": "pino",
"version": "2.1.4",
"version": "2.1.5",
"description": "fast and simple logger",

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

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