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

finalhandler

Package Overview
Dependencies
Maintainers
1
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.0.4 to 1.0.5

7

HISTORY.md

@@ -0,1 +1,8 @@

1.0.5 / 2017-09-15
==================
* deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path" `RegExp`
1.0.4 / 2017-08-03

@@ -2,0 +9,0 @@ ==================

4

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

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

"on-finished": "~2.3.0",
"parseurl": "~1.3.1",
"parseurl": "~1.3.2",
"statuses": "~1.3.1",

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

@@ -23,3 +23,5 @@ # finalhandler

```
<!-- eslint-disable no-unused-vars -->
```js
var finalhandler = require('finalhandler')

@@ -26,0 +28,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