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

finalhandler

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finalhandler - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

5

HISTORY.md

@@ -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 @@ ==================

5

index.js

@@ -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')

2

package.json
{
"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",

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