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

@sap-ux/system-access

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/system-access - npm Package Compare versions

Comparing version 0.5.11 to 0.5.12

7

dist/base/connect.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.createAbapServiceProvider = exports.isDestinationTarget = exports.isUrlTarget = void 0;
exports.isUrlTarget = isUrlTarget;
exports.isDestinationTarget = isDestinationTarget;
exports.createAbapServiceProvider = createAbapServiceProvider;
const axios_extension_1 = require("@sap-ux/axios-extension");

@@ -24,3 +26,2 @@ const credentials_1 = require("./credentials");

}
exports.isUrlTarget = isUrlTarget;
/**

@@ -35,3 +36,2 @@ * Check if it is a destination target.

}
exports.isDestinationTarget = isDestinationTarget;
/**

@@ -195,3 +195,2 @@ * Enhance axios options and create a service provider instance for an ABAP Cloud system.

}
exports.createAbapServiceProvider = createAbapServiceProvider;
//# sourceMappingURL=connect.js.map

@@ -6,3 +6,8 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getCredentialsWithPrompts = exports.getCredentialsFromEnvVariables = exports.storeCredentials = exports.getCredentialsFromStore = exports.isServiceAuth = exports.isBasicAuth = void 0;
exports.isBasicAuth = isBasicAuth;
exports.isServiceAuth = isServiceAuth;
exports.getCredentialsFromStore = getCredentialsFromStore;
exports.storeCredentials = storeCredentials;
exports.getCredentialsFromEnvVariables = getCredentialsFromEnvVariables;
exports.getCredentialsWithPrompts = getCredentialsWithPrompts;
const store_1 = require("@sap-ux/store");

@@ -21,3 +26,2 @@ const btp_utils_1 = require("@sap-ux/btp-utils");

}
exports.isBasicAuth = isBasicAuth;
/**

@@ -32,3 +36,2 @@ * Checks if credentials are of service auth type.

}
exports.isServiceAuth = isServiceAuth;
/**

@@ -59,3 +62,2 @@ * Check the secure storage if it has credentials for the given target.

}
exports.getCredentialsFromStore = getCredentialsFromStore;
/**

@@ -91,3 +93,2 @@ * Store the credentials in the secure storage.

}
exports.storeCredentials = storeCredentials;
/**

@@ -109,3 +110,2 @@ * Checks the environment variables for Fiori tools settings.

}
exports.getCredentialsFromEnvVariables = getCredentialsFromEnvVariables;
/**

@@ -127,3 +127,2 @@ * Prompt for username and password.

}
exports.getCredentialsWithPrompts = getCredentialsWithPrompts;
//# sourceMappingURL=credentials.js.map

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

},
"version": "0.5.11",
"version": "0.5.12",
"license": "Apache-2.0",

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

"@sap-ux/logger": "0.6.0",
"@sap-ux/store": "0.9.1"
"@sap-ux/store": "0.9.2"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"rimraf": "5.0.5",
"@sap-ux/project-access": "1.27.1"
"@sap-ux/project-access": "1.27.5"
},

@@ -40,0 +40,0 @@ "engines": {

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