Comparing version 6.4.2 to 6.4.3
@@ -171,4 +171,3 @@ // Native | ||
flags.single && | ||
(!(yield fs.exists(related)) || | ||
related === path.join(current, '/index.html')) | ||
(!relatedExists || related === path.join(current, '/index.html')) | ||
) { | ||
@@ -175,0 +174,0 @@ // Don't cache the `index.html` file for single page applications |
{ | ||
"name": "serve", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"description": "Static file serving and directory listing", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
27288
699