finalhandler
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,7 @@ | ||
0.3.3 / 2015-01-01 | ||
================== | ||
* deps: debug@~2.1.1 | ||
* deps: on-finished@~2.2.0 | ||
0.3.2 / 2014-10-22 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "finalhandler", | ||
"description": "Node.js final http responder", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -9,12 +9,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"debug": "~2.1.0", | ||
"debug": "~2.1.1", | ||
"escape-html": "1.0.1", | ||
"on-finished": "~2.1.1" | ||
"on-finished": "~2.2.0" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "0.3.2", | ||
"mocha": "~2.0.0", | ||
"istanbul": "0.3.5", | ||
"mocha": "~2.1.0", | ||
"readable-stream": "~1.0.33", | ||
"should": "~4.1.0", | ||
"supertest": "~0.14.0" | ||
"supertest": "~0.15.0" | ||
}, | ||
@@ -21,0 +20,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
9820
4
+ Addedon-finished@2.2.1(transitive)
- Removedon-finished@2.1.1(transitive)
Updateddebug@~2.1.1
Updatedon-finished@~2.2.0