matrix-mxc-proxy
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -29,3 +29,3 @@ "use strict"; | ||
if (request.query.allow_redirect) { | ||
return response.status(308).redirect(url); | ||
return response.redirect(308, url); | ||
} | ||
@@ -32,0 +32,0 @@ var timeout = request.query.timeout_ms ? |
@@ -24,3 +24,3 @@ import express from "express"; | ||
if (request.query.allow_redirect) { | ||
return response.status(308).redirect(url); | ||
return response.redirect(308, url); | ||
} | ||
@@ -27,0 +27,0 @@ var timeout = request.query.timeout_ms ? |
{ | ||
"name": "matrix-mxc-proxy", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "esm/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
9741