New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

matrix-mxc-proxy

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matrix-mxc-proxy - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

cjs/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc