@sap-ux/axios-extension
Advanced tools
Comparing version 1.11.6 to 1.11.7
@@ -40,3 +40,3 @@ "use strict"; | ||
// Open browser to handle SAML flow and return the reentrance ticket | ||
const scenario = (_a = process.env.SCENARIO) !== null && _a !== void 0 ? _a : 'FIORI'; | ||
const scenario = (_a = process.env.FIORI_TOOLS_SCENARIO) !== null && _a !== void 0 ? _a : 'FIORI'; | ||
const url = `${backend.uiHostname()}${ADT_REENTRANCE_ENDPOINT}?scenario=${scenario}&redirect-url=${redirectUrl(redirectPort)}`; | ||
@@ -43,0 +43,0 @@ (_b = open(url)) === null || _b === void 0 ? void 0 : _b.catch((error) => logger.error(error)); |
{ | ||
"name": "@sap-ux/axios-extension", | ||
"version": "1.11.6", | ||
"version": "1.11.7", | ||
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"supertest": "6.3.3", | ||
"@sap-ux/project-access": "1.19.6" | ||
"@sap-ux/project-access": "1.19.10" | ||
}, | ||
@@ -35,0 +35,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
243052