connect-timeout
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,6 @@ | ||
1.2.2 / 2014-08-10 | ||
================== | ||
* deps: on-headers@~1.0.0 | ||
1.2.1 / 2014-07-22 | ||
@@ -2,0 +7,0 @@ ================== |
/*! | ||
* Expressjs | Connect - timeout | ||
* Ported from https://github.com/LearnBoost/connect-timeout | ||
* connect-timeout | ||
* Copyright(c) 2014 Jonathan Ong | ||
* Copyright(c) 2014 Douglas Christopher Wilson | ||
* MIT Licensed | ||
@@ -5,0 +6,0 @@ */ |
{ | ||
"name": "connect-timeout", | ||
"description": "timeout middleware", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -14,7 +14,7 @@ "contributors": [ | ||
"ms": "0.6.2", | ||
"on-headers": "0.0.0" | ||
"on-headers": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "0.3.0", | ||
"mocha": "~1.20.1", | ||
"mocha": "~1.21.4", | ||
"should": "~4.0.4", | ||
@@ -21,0 +21,0 @@ "supertest": "~0.13.0" |
@@ -128,22 +128,2 @@ # connect-timeout | ||
The MIT License (MIT) | ||
Copyright (c) 2014 Jonathan Ong me@jongleberry.com | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
[MIT](LICENSE) |
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
7687
6
64
129
+ Addedon-headers@1.0.2(transitive)
- Removedon-headers@0.0.0(transitive)
Updatedon-headers@~1.0.0