connect-timeout
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -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 @@ ================== |
{ | ||
"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 |
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
9433
155
+ Addeddebug@2.2.0(transitive)
+ Addedms@0.7.1(transitive)
- Removeddebug@2.1.3(transitive)
- Removedms@0.7.0(transitive)
Updateddebug@~2.2.0
Updatedms@0.7.1