Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

connect-timeout

Package Overview
Dependencies
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-timeout - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

8

HISTORY.md

@@ -0,1 +1,9 @@

1.6.2 / 2015-05-11
==================
* deps: debug@~2.2.0
- deps: ms@0.7.1
* deps: ms@0.7.1
- Prevent extraordinarily long inputs
1.6.1 / 2015-03-14

@@ -2,0 +10,0 @@ ==================

10

package.json
{
"name": "connect-timeout",
"description": "timeout middleware",
"version": "1.6.1",
"version": "1.6.2",
"contributors": [

@@ -12,10 +12,10 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"debug": "~2.1.3",
"debug": "~2.2.0",
"http-errors": "~1.3.1",
"ms": "0.7.0",
"ms": "0.7.1",
"on-headers": "~1.0.0"
},
"devDependencies": {
"istanbul": "0.3.7",
"mocha": "~2.2.1",
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"supertest": "~0.15.0"

@@ -22,0 +22,0 @@ },

@@ -44,3 +44,4 @@ # connect-timeout

Clears the timeout on the request.
Clears the timeout on the request. The timeout is completely removed and
will not fire for this request in the future.

@@ -47,0 +48,0 @@ ### req.timedout

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc