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 2.10.0 to 2.10.1

4

package.json
{
"name": "pino",
"version": "2.10.0",
"version": "2.10.1",
"description": "fast and simple logger",

@@ -51,3 +51,3 @@ "main": "pino.js",

"fast-json-parse": "^1.0.0",
"fast-safe-stringify": "^1.0.8",
"fast-safe-stringify": "^1.1.0",
"flatstr": "^1.0.0",

@@ -54,0 +54,0 @@ "object.assign": "^4.0.4",

@@ -586,3 +586,4 @@ ![banner](pino-banner.png)

logger.on('error', function (err) {
// this callback _will_ be invoked for the type of stream we supplied
console.error('pino logger cannot flush on exit due to provided output stream')
process.exit(1)
})

@@ -589,0 +590,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