Socket
Socket
Sign inDemoInstall

morgan

Package Overview
Dependencies
4
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

6

HISTORY.md

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

1.3.1 / 2014-09-14
==================
* Remove us-used `bytes` dependency
* deps: depd@0.4.5
1.3.0 / 2014-09-01

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

1

index.js

@@ -15,3 +15,2 @@ /*!

var auth = require('basic-auth')
var bytes = require('bytes');
var deprecate = require('depd')('morgan')

@@ -18,0 +17,0 @@ var onFinished = require('on-finished')

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

@@ -13,8 +13,7 @@ "contributors": [

"basic-auth": "1.0.0",
"bytes": "1.0.0",
"depd": "0.4.4",
"depd": "0.4.5",
"on-finished": "2.1.0"
},
"devDependencies": {
"istanbul": "0.3.0",
"istanbul": "0.3.2",
"mocha": "~1.21.0",

@@ -21,0 +20,0 @@ "should": "~4.0.4",

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