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 8.15.4 to 8.15.5

2

lib/meta.js
'use strict'
module.exports = { version: '8.15.4' }
module.exports = { version: '8.15.5' }
{
"name": "pino",
"version": "8.15.4",
"version": "8.15.5",
"description": "super fast, all natural json logger",

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

"midnight-smoker": "1.1.1",
"pino-pretty": "^10.0.0",
"pino-pretty": "^10.2.1",
"pre-commit": "^1.2.2",

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

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

const nested = proxyquire('pino-pretty/lib/utils', {
const safeBoom = proxyquire('pino-pretty/lib/utils/build-safe-sonic-boom.js', {
'sonic-boom': function () {

@@ -233,4 +233,7 @@ t.pass('sonic created')

})
const nested = proxyquire('pino-pretty/lib/utils/index.js', {
'./build-safe-sonic-boom.js': safeBoom
})
const pretty = proxyquire('pino-pretty', {
'./lib/utils': nested
'./lib/utils/index.js': nested
})

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