Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/axios-extension

Package Overview
Dependencies
Maintainers
3
Versions
113
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 1.9.0 to 1.10.0

7

dist/abap/ui5-abap-repository-service.d.ts

@@ -51,6 +51,2 @@ /// <reference types="node" />

safeMode?: boolean;
/**
* if set to true, then any additional info messages will be logged
*/
showAddInfo?: boolean;
}

@@ -112,6 +108,5 @@ /**

* @param config.safeMode if set then the SafeMode url parameter will be set. SafeMode is by default active, to activate provide false
* @param config.showAddInfo if set to true, then additional info message will be logged
* @returns the Axios response object for further processing
*/
deploy({ archive, bsp, testMode, safeMode, showAddInfo }: DeployConfig): Promise<AxiosResponse>;
deploy({ archive, bsp, testMode, safeMode }: DeployConfig): Promise<AxiosResponse>;
/**

@@ -118,0 +113,0 @@ * Undeploy an existing app.

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

* @param config.safeMode if set then the SafeMode url parameter will be set. SafeMode is by default active, to activate provide false
* @param config.showAddInfo if set to true, then additional info message will be logged
* @returns the Axios response object for further processing
*/
deploy({ archive, bsp, testMode = false, safeMode, showAddInfo = false }) {
deploy({ archive, bsp, testMode = false, safeMode }) {
var _a, _b;

@@ -144,5 +143,2 @@ return __awaiter(this, void 0, void 0, function* () {

: '';
if (this.isDest && showAddInfo) {
this.log.info('(Note: As the destination is configured using an On-Premise SAP Cloud Connector, you will need to replace the host in the URL above with the internal host)');
}
this.log.info(`App available at ${frontendUrl}${path}${query}`);

@@ -149,0 +145,0 @@ }

2

package.json
{
"name": "@sap-ux/axios-extension",
"version": "1.9.0",
"version": "1.10.0",
"description": "Extension of the Axios module adding convenience 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