finalhandler
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -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 @@ ================== |
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15983
149
Updatedparseurl@~1.3.2