Socket
Socket
Sign inDemoInstall

@sap-ux/axios-extension

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/axios-extension - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

14

dist/abap/lrep-service.js

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

name: getNamespaceAsString(namespace),
layer: 'CUSTOMER_BASE'
layer: 'CUSTOMER_BASE',
timestamp: Date.now()
}

@@ -60,2 +61,3 @@ });

deploy(archivePath, config) {
var _a;
return __awaiter(this, void 0, void 0, function* () {

@@ -68,7 +70,5 @@ const archive = fs_1.readFileSync(archivePath);

};
if (config.package) {
params['package'] = config.package;
if (config.package.toLowerCase() !== '$tmp') {
params['changeList'] = config.transport;
}
params['package'] = (_a = config.package) !== null && _a !== void 0 ? _a : '$TMP';
if (params['package'].toUpperCase() !== '$TMP') {
params['changelist'] = config.transport;
}

@@ -105,3 +105,3 @@ const response = yield this.request({

if (config.transport) {
params['changeList'] = config.transport;
params['changelist'] = config.transport;
}

@@ -108,0 +108,0 @@ const response = yield this.delete(DTA_PATH_SUFFIX, { params });

{
"name": "@sap-ux/axios-extension",
"version": "0.9.3",
"version": "0.9.4",
"description": "Extension of the Axios module adding convinience methods to interact with SAP systems especially with OData services.",

@@ -5,0 +5,0 @@ "repository": {

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