serve-handler
Advanced tools
Comparing version 3.3.1 to 3.4.0
{ | ||
"name": "serve-handler", | ||
"version": "3.3.1", | ||
"version": "3.4.0", | ||
"description": "The routing foundation of `serve` and static deployments on Now", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -638,4 +638,4 @@ // Native | ||
const stream = await handlers.createReadStream(absolutePath); | ||
const headers = await getHeaders(config.headers, current, absolutePath, stats); | ||
const stream = await handlers.createReadStream(absolutePath); | ||
@@ -642,0 +642,0 @@ response.writeHead(response.statusCode || 200, headers); |
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