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 1.10.0 to 1.10.1

2

dist/abap/types/adt-types.js

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

TenantType["Customer"] = "CUSTOMER";
})(TenantType = exports.TenantType || (exports.TenantType = {}));
})(TenantType || (exports.TenantType = TenantType = {}));
// In XML response of ADT TransportChecks service,

@@ -14,0 +14,0 @@ // the <DLVUNIT/> element contain text that indicate it is local package.

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

CSRF["ResponseHeaderName"] = "x-csrf-token";
})(CSRF = exports.CSRF || (exports.CSRF = {}));
})(CSRF || (exports.CSRF = CSRF = {}));
/** Default connection timeout (milliseconds) */

@@ -17,0 +17,0 @@ exports.defaultTimeout = 60 * 1000; // 1 minute

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

const tokenRequest = this.getTokenRequestForAuthCode({
redirectUri: redirect.url(),
redirectUri: redirect.url(), // Redirection URL needs to match
authCode

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

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

ODataVersion["v4"] = "4";
})(ODataVersion = exports.ODataVersion || (exports.ODataVersion = {}));
})(ODataVersion || (exports.ODataVersion = ODataVersion = {}));
/**

@@ -24,0 +24,0 @@ * Parse a JSON based OData response and extract the content from the OData structure.

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

AbapCloudEnvironment["EmbeddedSteampunk"] = "EmbeddedSteampunk";
})(AbapCloudEnvironment = exports.AbapCloudEnvironment || (exports.AbapCloudEnvironment = {}));
})(AbapCloudEnvironment || (exports.AbapCloudEnvironment = AbapCloudEnvironment = {}));
/**

@@ -112,0 +112,0 @@ * Create an instance of an ABAP service provider for a Cloud ABAP system.

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

@@ -26,3 +26,3 @@ "repository": {

"@sap-ux/btp-utils": "0.13.0",
"@sap-ux/logger": "0.4.0"
"@sap-ux/logger": "0.5.0"
},

@@ -29,0 +29,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