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.12.4 to 1.12.5

2

dist/factory.js

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

const { url, cookies } = options, config = __rest(options, ["url", "cookies"]);
provider = createInstance(abap_1.AbapServiceProvider, Object.assign({ baseURL: url }, config));
provider = createInstance(abap_1.AbapServiceProvider, Object.assign({ baseURL: url, cookies }, config));
if (!cookies) {

@@ -132,0 +132,0 @@ (0, auth_1.attachReentranceTicketAuthInterceptor)({ provider });

{
"name": "@sap-ux/axios-extension",
"version": "1.12.4",
"version": "1.12.5",
"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.20.0"
"@sap-ux/project-access": "1.20.1"
},

@@ -35,0 +35,0 @@ "files": [

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