Comparing version 16.0.5 to 16.0.6
@@ -233,2 +233,6 @@ "use strict"; | ||
if (numeric && this.sendError) { | ||
output.message = http.STATUS_CODES[status]; | ||
} | ||
res.header("content-type", "text/plain; charset=utf-8"); | ||
@@ -235,0 +239,0 @@ res.statusCode = status; |
{ | ||
"name": "woodland", | ||
"version": "16.0.5", | ||
"version": "16.0.6", | ||
"description": "Lightweight HTTP router with automatic headers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
140145
687