Comparing version 4.20.0 to 4.21.0
@@ -919,2 +919,3 @@ /*! | ||
if (url === 'back') { | ||
deprecate('res.location("back"): use res.location(req.get("Referrer") || "/") and refer to https://dub.sh/security-redirect for best practices'); | ||
loc = this.req.get('Referrer') || '/'; | ||
@@ -921,0 +922,0 @@ } else { |
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
"version": "4.20.0", | ||
"version": "4.21.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -43,3 +43,3 @@ "contributors": [ | ||
"etag": "~1.8.1", | ||
"finalhandler": "1.2.0", | ||
"finalhandler": "1.3.1", | ||
"fresh": "0.5.2", | ||
@@ -53,7 +53,7 @@ "http-errors": "2.0.0", | ||
"proxy-addr": "~2.0.7", | ||
"qs": "6.11.0", | ||
"qs": "6.13.0", | ||
"range-parser": "~1.2.1", | ||
"safe-buffer": "5.2.1", | ||
"send": "0.19.0", | ||
"serve-static": "1.16.0", | ||
"serve-static": "1.16.2", | ||
"setprototypeof": "1.2.0", | ||
@@ -60,0 +60,0 @@ "statuses": "2.0.1", |
Sorry, the diff of this file is too big to display
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
220827
3478
+ Addedfinalhandler@1.3.1(transitive)
+ Addedserve-static@1.16.2(transitive)
- Removedfinalhandler@1.2.0(transitive)
- Removedqs@6.11.0(transitive)
- Removedsend@0.18.0(transitive)
- Removedserve-static@1.16.0(transitive)
Updatedfinalhandler@1.3.1
Updatedqs@6.13.0
Updatedserve-static@1.16.2