Comparing version 4.11.1 to 4.11.2
@@ -566,3 +566,3 @@ /** | ||
* @param {Error} err | ||
* @api public | ||
* @api private | ||
*/ | ||
@@ -569,0 +569,0 @@ |
@@ -873,5 +873,5 @@ /** | ||
this.end(); | ||
} else { | ||
this.end(body); | ||
} | ||
this.end(body); | ||
}; | ||
@@ -878,0 +878,0 @@ |
@@ -275,3 +275,3 @@ /** | ||
/** | ||
* Return new empty objet. | ||
* Return new empty object. | ||
* | ||
@@ -278,0 +278,0 @@ * @return {Object} |
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
"version": "4.11.1", | ||
"version": "4.11.2", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -30,3 +30,3 @@ "contributors": [ | ||
"dependencies": { | ||
"accepts": "~1.2.2", | ||
"accepts": "~1.2.3", | ||
"content-disposition": "0.5.0", | ||
@@ -45,3 +45,3 @@ "cookie-signature": "1.0.5", | ||
"path-to-regexp": "0.1.3", | ||
"proxy-addr": "~1.0.5", | ||
"proxy-addr": "~1.0.6", | ||
"qs": "2.3.3", | ||
@@ -51,3 +51,3 @@ "range-parser": "~1.0.2", | ||
"serve-static": "~1.8.1", | ||
"type-is": "~1.5.5", | ||
"type-is": "~1.5.6", | ||
"vary": "~1.0.0", | ||
@@ -62,11 +62,11 @@ "cookie": "0.1.2", | ||
"istanbul": "0.3.5", | ||
"marked": "0.3.3", | ||
"mocha": "~2.1.0", | ||
"should": "~4.6.1", | ||
"should": "~4.6.2", | ||
"supertest": "~0.15.0", | ||
"marked": "0.3.2", | ||
"hjs": "~0.0.6", | ||
"body-parser": "~1.10.2", | ||
"connect-redis": "~2.1.0", | ||
"body-parser": "~1.11.0", | ||
"connect-redis": "~2.2.0", | ||
"cookie-parser": "~1.3.3", | ||
"express-session": "~1.10.1", | ||
"express-session": "~1.10.2", | ||
"jade": "~1.9.1", | ||
@@ -73,0 +73,0 @@ "method-override": "~2.3.1", |
Sorry, the diff of this file is too big to display
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
169844
3058
Updatedaccepts@~1.2.3
Updatedproxy-addr@~1.0.6
Updatedtype-is@~1.5.6