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

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.4 to 0.3.5

6

HISTORY.md

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

0.3.5 / 2015-04-22
==================
* deps: on-finished@~2.2.1
- Fix `isFinished(req)` when data buffered
0.3.4 / 2015-03-15

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

8

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

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

"escape-html": "1.0.1",
"on-finished": "~2.2.0"
"on-finished": "~2.2.1"
},
"devDependencies": {
"istanbul": "0.3.8",
"mocha": "~2.2.1",
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"readable-stream": "~1.0.33",

@@ -18,0 +18,0 @@ "supertest": "~0.15.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