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.3.1 to 0.3.2

6

HISTORY.md

@@ -0,1 +1,7 @@

0.3.2 / 2014-10-22
==================
* deps: on-finished@~2.1.1
- Fix handling of pipelined requests
0.3.1 / 2014-10-16

@@ -2,0 +8,0 @@ ==================

8

package.json
{
"name": "finalhandler",
"description": "Node.js final http responder",
"version": "0.3.1",
"version": "0.3.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -11,9 +11,9 @@ "license": "MIT",

"escape-html": "1.0.1",
"on-finished": "~2.1.0"
"on-finished": "~2.1.1"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.5",
"mocha": "~2.0.0",
"readable-stream": "~1.0.33",
"should": "~4.0.1",
"should": "~4.1.0",
"supertest": "~0.14.0"

@@ -20,0 +20,0 @@ },

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