Socket
Socket
Sign inDemoInstall

pino

Package Overview
Dependencies
Maintainers
4
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 7.9.0 to 7.9.1

4

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

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

"loglevel": "^1.6.7",
"pino-pretty": "^v7.5.1",
"pino-pretty": "^v7.5.3",
"pre-commit": "^1.2.2",

@@ -91,0 +91,0 @@ "proxyquire": "^2.1.3",

@@ -224,8 +224,13 @@ 'use strict'

const pretty = proxyquire('pino-pretty', {
const nested = proxyquire('pino-pretty/lib/utils', {
'sonic-boom': function () {
t.pass('sonic created')
stream.flushSync = () => {}
stream.flush = () => {}
return stream
}
})
const pretty = proxyquire('pino-pretty', {
'./lib/utils': nested
})

@@ -232,0 +237,0 @@ const log = pino({

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