Socket
Socket
Sign inDemoInstall

morgan

Package Overview
Dependencies
6
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

6

HISTORY.md

@@ -0,1 +1,7 @@

1.5.1 / 2014-12-31
==================
* deps: debug@~2.1.1
* deps: on-finished@~2.2.0
1.5.0 / 2014-11-06

@@ -2,0 +8,0 @@ ==================

19

package.json
{
"name": "morgan",
"description": "http request logger middleware for node.js",
"version": "1.5.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"description": "HTTP request logger middleware for node.js",
"version": "1.5.1",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
],

@@ -13,10 +13,10 @@ "license": "MIT",

"basic-auth": "1.0.0",
"debug": "~2.1.0",
"debug": "~2.1.1",
"depd": "~1.0.0",
"on-finished": "2.1.1"
"on-finished": "~2.2.0"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~2.0.0",
"supertest": "~0.14.0"
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"supertest": "~0.15.0"
},

@@ -26,2 +26,3 @@ "files": [

"HISTORY.md",
"README.md",
"index.js"

@@ -28,0 +29,0 @@ ],

@@ -236,3 +236,3 @@ # morgan

morgan.token('id', function () {
morgan.token('id', function getId(req) {
return req.id

@@ -239,0 +239,0 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc