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

@icewhale/casaos-appmanagement-openapi

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/casaos-appmanagement-openapi - npm Package Compare versions

Comparing version 0.4.4-3-alpha6 to 0.4.4-3-alpha7

@@ -13,3 +13,3 @@ /**

import type { Configuration } from './configuration';
import type { AxiosInstance, AxiosRequestConfig } from 'axios';
import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
export declare const BASE_PATH: string;

@@ -33,3 +33,3 @@ /**

url: string;
options: AxiosRequestConfig;
options: RawAxiosRequestConfig;
}

@@ -36,0 +36,0 @@ /**

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

return (axios = globalAxios, basePath = BASE_PATH) => {
const axiosRequestArgs = Object.assign(Object.assign({}, axiosArgs.options), { url: ((configuration === null || configuration === void 0 ? void 0 : configuration.basePath) || axios.defaults.baseURL || basePath) + axiosArgs.url });
var _a;
const axiosRequestArgs = Object.assign(Object.assign({}, axiosArgs.options), { url: (axios.defaults.baseURL ? '' : (_a = configuration === null || configuration === void 0 ? void 0 : configuration.basePath) !== null && _a !== void 0 ? _a : basePath) + axiosArgs.url });
return axios.request(axiosRequestArgs);

@@ -159,0 +160,0 @@ };

{
"name": "@icewhale/casaos-appmanagement-openapi",
"version": "v0.4.4-3-alpha6",
"version": "v0.4.4-3-alpha7",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "rm -rf generate",

Sorry, the diff of this file is too big to display