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.55 to 0.6.56

2

dist/base/proxy.js

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

logger.info('Updating refresh token for: ' + localBackend.url);
systemStore.write(Object.assign(Object.assign({}, system), { refreshToken }));
systemStore.write(Object.assign(Object.assign({}, system), { refreshToken })).catch((error) => logger.error(error));
}

@@ -314,0 +314,0 @@ });

@@ -7,3 +7,5 @@ "use strict";

Object.defineProperty(exports, "createProxy", { enumerable: true, get: function () { return proxy_1.createProxy; } });
(0, proxy_1.initI18n)();
(0, proxy_1.initI18n)().catch(() => {
// Ignore any errors since the middleware will still work
});
//# sourceMappingURL=index.js.map

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

},
"version": "0.6.55",
"version": "0.6.56",
"license": "Apache-2.0",

@@ -32,6 +32,6 @@ "author": "@SAP/ux-tools-team",

"proxy-from-env": "1.1.0",
"@sap-ux/axios-extension": "1.2.7",
"@sap-ux/btp-utils": "0.11.5",
"@sap-ux/logger": "0.3.5",
"@sap-ux/store": "0.3.10"
"@sap-ux/axios-extension": "1.2.8",
"@sap-ux/btp-utils": "0.11.6",
"@sap-ux/logger": "0.3.6",
"@sap-ux/store": "0.3.11"
},

@@ -38,0 +38,0 @@ "devDependencies": {

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