Comparing version 0.18.0 to 0.19.0
@@ -0,1 +1,6 @@ | ||
0.19.0 / 2024-09-10 | ||
=================== | ||
* Remove link renderization in html while redirecting | ||
0.18.0 / 2022-03-23 | ||
@@ -2,0 +7,0 @@ =================== |
@@ -485,4 +485,3 @@ /*! | ||
var loc = encodeUrl(collapseLeadingSlashes(this.path + '/')) | ||
var doc = createHtmlDocument('Redirecting', 'Redirecting to <a href="' + escapeHtml(loc) + '">' + | ||
escapeHtml(loc) + '</a>') | ||
var doc = createHtmlDocument('Redirecting', 'Redirecting to ' + escapeHtml(loc)) | ||
@@ -489,0 +488,0 @@ // redirect |
{ | ||
"name": "send", | ||
"description": "Better streaming static file server with Range and conditional-GET support", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
50197
944
2