Socket
Socket
Sign inDemoInstall

pino

Package Overview
Dependencies
Maintainers
2
Versions
310
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.12.3 to 2.12.4

2

package.json
{
"name": "pino",
"version": "2.12.3",
"version": "2.12.4",
"description": "fast and simple logger",

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

@@ -424,1 +424,9 @@ 'use strict'

)
// This is an internal API. It can change at any time, including semver-minor.
// Use it at your own risk.
Object.defineProperty(
module.exports,
'_Pino',
{value: Pino}
)

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

pump(process.stdin, split2(JSON.parse), myTransport)
pump(process.stdin, split(JSON.parse), myTransport)
```

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