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 9.3.1 to 9.3.2

test/transport-stream.test.js

2

lib/meta.js
'use strict'
module.exports = { version: '9.3.1' }
module.exports = { version: '9.3.2' }

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

* @param {string} target
* @returns {function(object): Promise<import('node:stream').Writable>}
* @returns {Promise<function(object): Promise<import('node:stream').Writable>>}
* @throws {Error} In case the target module does not export a function

@@ -35,3 +35,2 @@ */

fn = realRequire(target)
return
} else if (error.code === undefined || error.code === 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING') {

@@ -38,0 +37,0 @@ // When bundled with pkg, an undefined error is thrown when called with realImport

{
"name": "pino",
"version": "9.3.1",
"version": "9.3.2",
"description": "super fast, all natural json logger",

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

"@types/tap": "^15.0.6",
"@yao-pkg/pkg": "5.11.5",
"@yao-pkg/pkg": "5.12.0",
"airtap": "4.0.4",

@@ -92,3 +92,3 @@ "benchmark": "^2.1.4",

"pump": "^3.0.0",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"semver": "^7.3.7",

@@ -112,3 +112,3 @@ "split2": "^4.0.0",

"pino-std-serializers": "^7.0.0",
"process-warning": "^3.0.0",
"process-warning": "^4.0.0",
"quick-format-unescaped": "^4.0.3",

@@ -115,0 +115,0 @@ "real-require": "^0.2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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