serve-handler
Advanced tools
Comparing version 5.0.6 to 5.0.7
{ | ||
"name": "serve-handler", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "The routing foundation of `serve` and static deployments on Now", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -559,3 +559,3 @@ // Native | ||
response.writeHead(redirect.statusCode, { | ||
Location: redirect.target | ||
Location: encodeURI(redirect.target) | ||
}); | ||
@@ -562,0 +562,0 @@ |
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
42144