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.4.0 to 0.4.1

8

HISTORY.md

@@ -0,1 +1,9 @@

0.4.1 / 2015-12-02
==================
* deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
0.4.0 / 2015-06-14

@@ -2,0 +10,0 @@ ==================

12

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

@@ -10,3 +10,3 @@ "license": "MIT",

"debug": "~2.2.0",
"escape-html": "1.0.2",
"escape-html": "~1.0.3",
"on-finished": "~2.3.0",

@@ -16,6 +16,6 @@ "unpipe": "~1.0.0"

"devDependencies": {
"istanbul": "0.3.15",
"mocha": "2.2.5",
"readable-stream": "2.0.0",
"supertest": "1.0.1"
"istanbul": "0.4.1",
"mocha": "2.3.4",
"readable-stream": "2.0.4",
"supertest": "1.1.0"
},

@@ -22,0 +22,0 @@ "files": [

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