express-error-handler
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -112,3 +112,4 @@ /** | ||
res.status(statusCode).send(body); | ||
res.status(statusCode); | ||
res.send(body); | ||
}, | ||
@@ -115,0 +116,0 @@ |
{ | ||
"name": "express-error-handler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A graceful error handler for Express applications.", | ||
@@ -5,0 +5,0 @@ "main": "error-handler.js", |
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
29113
779