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

pino

Package Overview
Dependencies
Maintainers
2
Versions
311
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 1.0.4 to 1.0.5

3

bin.js

@@ -5,3 +5,2 @@ #! /usr/bin/env node

var stringifySafe = require('json-stringify-safe')
var split = require('split2')

@@ -61,3 +60,3 @@ var Parse = require('fast-json-parse')

if (standardKeys.indexOf(keys[i]) < 0) {
result += ' ' + keys[i] + ': ' + withSpaces(stringifySafe(value[keys[i]], null, 2)) + '\n'
result += ' ' + keys[i] + ': ' + withSpaces(JSON.stringify(value[keys[i]], null, 2)) + '\n'
}

@@ -64,0 +63,0 @@ }

{
"name": "pino",
"version": "1.0.4",
"version": "1.0.5",
"description": "fast and simple logger",

@@ -42,2 +42,3 @@ "main": "pino.js",

"core-util-is": "^1.0.2",
"fast-json-parse": "^1.0.0",
"fast-safe-stringify": "^1.0.4",

@@ -44,0 +45,0 @@ "quick-format": "^2.0.0",

@@ -389,2 +389,6 @@ # pino

### v1.0.5
* Restored the binary functionality to pretty-print the logs
### v1.0.4

@@ -391,0 +395,0 @@

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