express-pino-logger
Advanced tools
Comparing version 4.0.0 to 5.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13455
18
+ Addedfast-redact@3.5.0(transitive)
+ Addedpino@6.14.0(transitive)
+ Addedpino-http@5.8.0(transitive)
+ Addedpino-std-serializers@3.2.04.0.0(transitive)
+ Addedprocess-warning@1.0.0(transitive)
+ Addedquick-format-unescaped@4.0.4(transitive)
+ Addedsonic-boom@1.4.1(transitive)
- Removedfast-redact@2.1.0(transitive)
- Removedpino@5.17.0(transitive)
- Removedpino-http@4.5.0(transitive)
- Removedpino-std-serializers@2.5.0(transitive)
- Removedquick-format-unescaped@3.0.3(transitive)
- Removedsonic-boom@0.7.7(transitive)
Updatedpino-http@^5.1.0