serve-static
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -0,1 +1,7 @@ | ||
1.16.0 / 2024-09-10 | ||
=================== | ||
* Remove link renderization in html while redirecting | ||
1.15.0 / 2022-03-24 | ||
@@ -2,0 +8,0 @@ =================== |
@@ -198,4 +198,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)) | ||
@@ -202,0 +201,0 @@ // send redirect response |
{ | ||
"name": "serve-static", | ||
"description": "Serve static files", | ||
"version": "1.15.0", | ||
"version": "1.16.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
25297
171
1