Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino

Package Overview
Dependencies
Maintainers
2
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 2.6.0 to 2.6.1

2

benchmarks/basic.js

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

stream: dest
})
}).setFastTime(true)

@@ -35,0 +35,0 @@ winston.add(winston.transports.File, { filename: '/dev/null' })

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

stream: dest
})
}).setFastTime(true)

@@ -28,0 +28,0 @@ var run = bench([

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

stream: dest
})
}).setFastTime(true)

@@ -28,0 +28,0 @@ var run = bench([

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

stream: dest
})
}).setFastTime(true)

@@ -40,0 +40,0 @@ winston.add(winston.transports.File, { filename: '/dev/null' })

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

stream: dest
})
}).setFastTime(true)

@@ -44,0 +44,0 @@ winston.add(winston.transports.File, { filename: '/dev/null' })

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

stream: dest
})
}).setFastTime(true)

@@ -34,0 +34,0 @@ winston.add(winston.transports.File, { filename: '/dev/null' })

{
"name": "pino",
"version": "2.6.0",
"version": "2.6.1",
"description": "fast and simple logger",

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

"benchmark": "^2.1.0",
"bole": "^2.0.0",
"bole": "^3.0.0",
"bunyan": "^1.6.0",

@@ -38,0 +38,0 @@ "debug": "^2.2.0",

@@ -75,3 +75,3 @@ # pino  [![Build Status](https://travis-ci.org/mcollina/pino.svg)](https://travis-ci.org/mcollina/pino) [![Coverage Status](https://coveralls.io/repos/github/mcollina/pino/badge.svg?branch=master)](https://coveralls.io/github/mcollina/pino?branch=master)

As far as we know, it is the fastest logger in town:
As far as we know, it is one of the fastest loggers in town:

@@ -81,9 +81,9 @@ `pino.info('hello world')`:

```
benchBunyan*10000: 1140ms
benchWinston*10000: 1888ms
benchBole*10000: 1594ms
benchDebug*10000: 390ms
benchLogLevel*10000: 371ms
benchPino*10000: 291ms
benchPinoExreme*10000: 115ms
benchBunyan*10000: 1752.137ms
benchWinston*10000: 2642.697ms
benchBole*10000: 349.301ms
benchDebug*10000: 621.877ms
benchLogLevel*10000: 392.642ms
benchPino*10000: 365.075ms
benchPinoExreme*10000: 112.848ms
```

@@ -94,10 +94,10 @@

```
benchBunyanObj*10000: 1355ms
benchWinstonObj*10000: 2012ms
benchBoleObj*10000: 1614ms
benchLogLevelObject*10000: 1456ms
benchPinoObj*10000: 369ms
benchPinoUnsafeObj*10000: 353ms
benchPinoExtremeObj*10000: 165ms
benchPinoUnsafeExtremeObj*10000: 158ms
benchBunyanObj*10000: 1717.269ms
benchWinstonObj*10000: 2409.900ms
benchBoleObj*10000: 364.634ms
benchLogLevelObject*10000: 1641.296ms
benchPinoObj*10000: 385.967ms
benchPinoUnsafeObj*10000: 383.686ms
benchPinoExtremeObj*10000: 171.360ms
benchPinoUnsafeExtremeObj*10000: 165.241ms
```

@@ -112,11 +112,11 @@

```
benchDebugInterpolateExtra*10000: 735ms
benchBunyanInterpolateExtra*10000: 2978ms
benchWinstonInterpolateExtra*10000: 2644ms
benchBoleInterpolateExtra*10000: 3564ms
benchLogLevelInterpolateExtra*10000: 1946ms
benchPinoInterpolateExtra*10000: 638ms
benchPinoUnsafeInterpolateExtra*10000: 527ms
benchPinoExtremeInterpolateExtra*10000: 417ms
benchPinoUnsafeExtremeInterpolateExtra*10000: 303ms
benchDebugInterpolateExtra*10000: 946.580ms
benchBunyanInterpolateExtra*10000: 3663.827ms
benchWinstonInterpolateExtra*10000: 3339.332ms
benchBoleInterpolateExtra*10000: 2004.084ms
benchLogLevelInterpolateExtra*10000: 2150.711ms
benchPinoInterpolateExtra*10000: 706.112ms
benchPinoUnsafeInterpolateExtra*10000: 674.391ms
benchPinoExtremeInterpolateExtra*10000: 359.784ms
benchPinoUnsafeExtremeInterpolateExtra*10000: 346.463ms
```

@@ -127,3 +127,4 @@

For a fair comparison, [LogLevel](http://npm.im/loglevel) was extended
to include a timestamp.
to include a timestamp and [bole](http://npm.im/bole) had
`fastTime` mode switched on.

@@ -130,0 +131,0 @@ <a name="cli"></a>

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