Socket
Socket
Sign inDemoInstall

finalhandler

Package Overview
Dependencies
Maintainers
5
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 0.0.1 to 0.0.2

5

HISTORY.md

@@ -0,1 +1,6 @@

0.0.2 / 2014-06-19
==================
* Handle invalid status codes
0.0.1 / 2014-06-05

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -55,3 +55,3 @@ /*!

// default status code to 500
if (res.statusCode < 400) {
if (!res.statusCode || res.statusCode < 400) {
res.statusCode = 500

@@ -58,0 +58,0 @@ }

{
"name": "finalhandler",
"description": "Node.js final http responder",
"version": "0.0.1",
"version": "0.0.2",
"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