Socket
Socket
Sign inDemoInstall

pino-multi-stream

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-multi-stream - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

14

multistream.js

@@ -113,14 +113,6 @@ 'use strict'

function compareByLevel (a, b) {
if (a.level < b.level) {
return -1
} else if (a.level > b.level) {
return 1
if (a.level !== b.level) {
return a.level - b.level
} else {
if (a.counter < b.counter) {
return -1
} else if (a.counter > b.counter) {
return 1
} else {
return 0
}
return a.counter - b.counter
}

@@ -127,0 +119,0 @@ }

{
"name": "pino-multi-stream",
"version": "4.0.1",
"version": "4.0.2",
"description": "A wrapper for the Pino logger that provides Bunyan's multipe destination stream API",

@@ -33,12 +33,12 @@ "main": "index.js",

"fastbench": "^1.0.1",
"flush-write-stream": "^1.0.3",
"flush-write-stream": "^1.1.0",
"pino-pretty": "^2.4.0",
"pre-commit": "^1.2.2",
"split2": "^2.2.0",
"standard": "^11.0.0",
"tap": "^12.0.0"
"split2": "^3.1.0",
"standard": "^12.0.0",
"tap": "^12.5.1"
},
"dependencies": {
"pino": "^5.0.0"
"pino": "^5.11.1"
}
}
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