connect-timeout
Advanced tools
Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "connect-timeout", | ||
"description": "timeout middleware", | ||
"version": "1.2.2", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
"version": "1.3.0", | ||
"contributors": [ | ||
"Douglas Christopher Wilson <doug@somethingdoug.com>" | ||
"Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" | ||
], | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"debug": "1.0.4", | ||
"debug": "~2.0.0", | ||
"ms": "0.6.2", | ||
@@ -23,2 +23,7 @@ "on-headers": "~1.0.0" | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"HISTORY.md", | ||
"index.js" | ||
], | ||
"engines": { | ||
@@ -25,0 +30,0 @@ "node": ">= 0.8" |
# connect-timeout | ||
[![NPM version](https://badge.fury.io/js/connect-timeout.svg)](http://badge.fury.io/js/connect-timeout) | ||
[![Build Status](https://travis-ci.org/expressjs/timeout.svg?branch=master)](https://travis-ci.org/expressjs/timeout) | ||
[![Coverage Status](https://img.shields.io/coveralls/expressjs/timeout.svg?branch=master)](https://coveralls.io/r/expressjs/timeout) | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Test Coverage][coveralls-image]][coveralls-url] | ||
[![Gratipay][gratipay-image]][gratipay-url] | ||
@@ -129,1 +131,12 @@ Times out the request in `ms`, defaulting to `5000`. | ||
[MIT](LICENSE) | ||
[npm-image]: https://img.shields.io/npm/v/connect-timeout.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/connect-timeout | ||
[travis-image]: https://img.shields.io/travis/expressjs/timeout.svg?style=flat | ||
[travis-url]: https://travis-ci.org/expressjs/timeout | ||
[coveralls-image]: https://img.shields.io/coveralls/expressjs/timeout.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/expressjs/timeout?branch=master | ||
[downloads-image]: https://img.shields.io/npm/dm/connect-timeout.svg?style=flat | ||
[downloads-url]: https://npmjs.org/package/connect-timeout | ||
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg?style=flat | ||
[gratipay-url]: https://www.gratipay.com/dougwilson/ |
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
8338
142
5
+ Addeddebug@2.0.0(transitive)
- Removeddebug@1.0.4(transitive)
Updateddebug@~2.0.0