Socket
Socket
Sign inDemoInstall

connect-timeout

Package Overview
Dependencies
3
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.3.0

HISTORY.md

13

package.json
{
"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/
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc