finalhandler
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -0,1 +1,6 @@ | ||
v1.3.0 / 2024-09-03 | ||
================== | ||
* ignore status message for HTTP/2 (#53) | ||
v1.2.1 / 2024-09-02 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -281,4 +281,7 @@ /*! | ||
res.statusCode = status | ||
res.statusMessage = statuses.message[status] | ||
if (req.httpVersionMajor < 2) { | ||
res.statusMessage = statuses.message[status] | ||
} | ||
// remove any content headers | ||
@@ -285,0 +288,0 @@ res.removeHeader('Content-Encoding') |
{ | ||
"name": "finalhandler", | ||
"description": "Node.js final http responder", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18966
279
0