Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/backend-proxy-middleware

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/backend-proxy-middleware - npm Package Compare versions

Comparing version 0.6.23 to 0.6.24

3

dist/base/proxy.js

@@ -39,3 +39,4 @@ "use strict";

onProxyReq(proxyReq, _req, _res, _options) {
if (proxyReq.path.indexOf('Fiorilaunchpad.html') !== -1 && !proxyReq.headersSent) {
var _a;
if (((_a = proxyReq.path) === null || _a === void 0 ? void 0 : _a.includes('Fiorilaunchpad.html')) && !proxyReq.headersSent) {
proxyReq.setHeader('accept-encoding', 'br');

@@ -42,0 +43,0 @@ }

@@ -12,3 +12,3 @@ {

},
"version": "0.6.23",
"version": "0.6.24",
"license": "Apache-2.0",

@@ -15,0 +15,0 @@ "author": "@SAP/ux-tools-team",

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