Socket
Socket
Sign inDemoInstall

express-pino-logger

Package Overview
Dependencies
Maintainers
2
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 1.1.0 to 1.1.1

20

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

@@ -10,6 +10,2 @@ "main": "logger.js",

"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/express-pino-logger.git"
},
"keywords": [

@@ -25,6 +21,2 @@ "express",

"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/express-pino-logger/issues"
},
"homepage": "https://github.com/mcollina/express-pino-logger#readme",
"dependencies": {

@@ -44,3 +36,11 @@ "pino-http": "^1.2.0"

"winston": "^2.2.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/express-pino-logger.git"
},
"bugs": {
"url": "https://github.com/pinojs/express-pino-logger/issues"
},
"homepage": "https://github.com/pinojs/express-pino-logger#readme"
}

@@ -1,5 +0,5 @@

# express-pino-logger  [![Build Status](https://travis-ci.org/mcollina/express-pino-logger.svg)](https://travis-ci.org/mcollina/express-pino-logger)
# express-pino-logger  [![Build Status](https://travis-ci.org/pinojs/express-pino-logger.svg)](https://travis-ci.org/pinojs/express-pino-logger)
An [express](http://npm.im/express) middleware to log with
[pino](https://github.com/mcollina/pino). Incidentally, it also works
[pino](https://github.com/pinojs/pino). Incidentally, it also works
without express.

@@ -21,3 +21,3 @@

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

@@ -24,0 +24,0 @@

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