Socket
Socket
Sign inDemoInstall

morgan

Package Overview
Dependencies
5
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

5

History.md

@@ -0,1 +1,6 @@

1.2.3 / 2014-08-16
==================
* deps: on-finished@2.1.0
1.2.2 / 2014-07-27

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -16,3 +16,3 @@ /*!

var deprecate = require('depd')('morgan')
var onFinished = require('finished')
var onFinished = require('on-finished')

@@ -19,0 +19,0 @@ /**

{
"name": "morgan",
"description": "http request logger middleware for node.js",
"version": "1.2.2",
"version": "1.2.3",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -15,3 +15,3 @@ "contributors": [

"depd": "0.4.4",
"finished": "~1.2.2"
"on-finished": "2.1.0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

@@ -6,2 +6,3 @@ # morgan

[![Coverage Status](https://img.shields.io/coveralls/expressjs/morgan.svg?branch=master)](https://coveralls.io/r/expressjs/morgan)
[![Gittip](http://img.shields.io/gittip/dougwilson.svg)](https://www.gittip.com/dougwilson/)

@@ -52,5 +53,5 @@ HTTP request logger middleware for node.js

Write log line on request instead of response. This means that a requests will
be logged even if the server crashes, but data from the response cannot be logged
(like the response code).
Write log line on request instead of response. This means that a requests will
be logged even if the server crashes, _but data from the response (like the
response code, content length, etc.) cannot be logged_.

@@ -57,0 +58,0 @@ ##### skip

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