finalhandler
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -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 @@ ================== |
{ | ||
"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": [ |
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
10336
+ Addedescape-html@1.0.3(transitive)
- Removedescape-html@1.0.2(transitive)
Updatedescape-html@~1.0.3