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

express-pino-logger

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-pino-logger - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

.taprc

14

package.json
{
"name": "express-pino-logger",
"version": "4.0.0",
"version": "5.0.0",
"description": "An express middleware to log with pino",

@@ -21,3 +21,3 @@ "main": "logger.js",

"dependencies": {
"pino-http": "^4.0.0"
"pino-http": "^5.1.0"
},

@@ -27,9 +27,9 @@ "devDependencies": {

"express-bunyan-logger": "^1.3.3",
"express-winston": "^2.6.0",
"express-winston": "^4.0.0",
"morgan": "^1.9.0",
"pino": "^5.0.0",
"pino": "^6.2.1",
"pre-commit": "^1.2.2",
"split2": "^2.2.0",
"standard": "^11.0.0",
"tap": "^12.0.0",
"split2": "^3.0.0",
"standard": "^14.0.0",
"tap": "^14.0.0",
"winston": "^3.0.0"

@@ -36,0 +36,0 @@ },

@@ -7,3 +7,3 @@ # express-pino-logger  [![Build Status](https://travis-ci.org/pinojs/express-pino-logger.svg)](https://travis-ci.org/pinojs/express-pino-logger)

To our knowledge, `express-pino-logger` is the [fastest](#benchmarks) [express](http://npm.im/express) logger in town.
To our knowledge, `express-pino-logger` is the [fastest express](#benchmarks) logger in town.

@@ -22,3 +22,3 @@ * [Installation](#install)

`'hello world'`, using
[autocannon](https://github.com/pinojs/autocannon) with 100
[autocannon](https://github.com/mcollina/autocannon) with 100
connections and 10 pipelined requests (`autocannon -c 100 -p 10 http://localhost:3000`).

@@ -73,3 +73,3 @@

```
$ node example.js | pino
$ node example.js | pino-pretty
[2016-03-31T16:53:21.079Z] INFO (46316 on MBP-di-Matteo): something else

@@ -76,0 +76,0 @@ req: {

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