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

pino-colada

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-colada - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

6

index.js

@@ -48,5 +48,7 @@ var prettyBytes = require('prettier-bytes')

if (!obj.name) obj.name = ''
if (!obj.ns) obj.ns = ''
output.push(formatDate())
output.push(formatLevel(obj.level))
output.push(formatNs(obj.ns))
output.push(formatName(obj.name))

@@ -87,2 +89,6 @@ output.push(formatMessage(obj))

function formatNs (name) {
return chalk.cyan(name)
}
function formatName (name) {

@@ -89,0 +95,0 @@ return chalk.blue(name)

2

package.json
{
"name": "pino-colada",
"version": "1.3.1",
"version": "1.4.0",
"description": "cute ndjson logger for pino",

@@ -5,0 +5,0 @@ "license": "MIT",

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