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.20 to 0.6.21

3

dist/base/config.js

@@ -34,3 +34,3 @@ "use strict";

*/
exports.isHostExcludedFromProxy = (url) => {
const isHostExcludedFromProxy = (url) => {
const noProxyConfig = process.env.no_proxy || process.env.npm_config_noproxy;

@@ -46,2 +46,3 @@ if (noProxyConfig === '*') {

};
exports.isHostExcludedFromProxy = isHostExcludedFromProxy;
//# sourceMappingURL=config.js.map

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

},
"version": "0.6.20",
"version": "0.6.21",
"license": "Apache-2.0",

@@ -28,3 +28,3 @@ "author": "@SAP/ux-tools-team",

"@sap-ux/logger": "0.3.0",
"@sap-ux/store": "0.3.3",
"@sap-ux/store": "0.3.4",
"chalk": "4.1.2",

@@ -31,0 +31,0 @@ "dotenv": "16.0.0",

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