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

pino

Package Overview
Dependencies
Maintainers
4
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 4.2.2 to 4.2.3

3

package.json
{
"name": "pino",
"version": "4.2.2",
"version": "4.2.3",
"description": "super fast, all natural json logger",

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

"pre-commit": "^1.2.2",
"pump": "^1.0.1",
"snazzy": "^6.0.0",

@@ -71,0 +70,0 @@ "standard": "^9.0.0",

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

var instance = pino({
browser: {asObject: true}
browser: {asObject: true, write: function () {}}
})

@@ -287,0 +287,0 @@ var child = instance.child({test: 'test'})

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