serve-static
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -0,1 +1,6 @@ | ||
2.1.0 / 2024-09-10 | ||
=================== | ||
* Changes from 1.16.0 | ||
2.0.0 / 2024-08-23 | ||
@@ -29,2 +34,7 @@ ================== | ||
1.16.0 / 2024-09-10 | ||
=================== | ||
* Remove link renderization in html while redirecting | ||
1.15.0 / 2022-03-24 | ||
@@ -31,0 +41,0 @@ =================== |
@@ -197,4 +197,3 @@ /*! | ||
var loc = encodeUrl(url.format(originalUrl)) | ||
var doc = createHtmlDocument('Redirecting', 'Redirecting to <a href="' + escapeHtml(loc) + '">' + | ||
escapeHtml(loc) + '</a>') | ||
var doc = createHtmlDocument('Redirecting', 'Redirecting to ' + escapeHtml(loc)) | ||
@@ -201,0 +200,0 @@ // send redirect response |
{ | ||
"name": "serve-static", | ||
"description": "Serve static files", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
25786
170