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.1.0 to 1.1.1

2

package.json
{
"name": "pino",
"version": "1.1.0",
"version": "1.1.1",
"description": "fast and simple logger",

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

@@ -166,3 +166,3 @@ 'use strict'

value = serializers[key] ? serializers[key](value) : value
data += '"' + key + '":' + stringify(value)
data += '"' + key + '":' + stringify(value) + ','
}

@@ -173,3 +173,3 @@ }

safe: safe,
meta: data,
meta: data.substr(0, data.length - 1),
level: level,

@@ -176,0 +176,0 @@ serializers: serializers

@@ -408,2 +408,7 @@ # pino

### v1.1.1
* [#22](https://github.com/mcollina/pino/pull/22) fix json output
### v1.1.0

@@ -410,0 +415,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