Socket
Socket
Sign inDemoInstall

openapi-client-axios

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-client-axios - npm Package Compare versions

Comparing version 7.3.0 to 7.3.1

106

client.d.ts

@@ -132,107 +132,3 @@ import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';

*/
getAxiosConfigForOperation: (operation: Operation | string, args: OperationMethodArguments) => {
headers: {
[x: string]: any;
} | {
[x: string]: any;
Accept?: import("axios").AxiosHeaderValue;
"Content-Length"?: import("axios").AxiosHeaderValue;
"User-Agent"?: import("axios").AxiosHeaderValue;
"Content-Encoding"?: import("axios").AxiosHeaderValue;
Authorization?: import("axios").AxiosHeaderValue;
'Content-Type'?: import("axios").AxiosHeaderValue;
link?: import("axios").AxiosHeaders;
head?: import("axios").AxiosHeaders;
options?: import("axios").AxiosHeaders;
get?: import("axios").AxiosHeaders;
delete?: import("axios").AxiosHeaders;
post?: import("axios").AxiosHeaders;
put?: import("axios").AxiosHeaders;
patch?: import("axios").AxiosHeaders;
purge?: import("axios").AxiosHeaders;
unlink?: import("axios").AxiosHeaders;
common?: import("axios").AxiosHeaders;
} | {
[x: string]: any;
Accept?: import("axios").AxiosHeaderValue;
"Content-Length"?: import("axios").AxiosHeaderValue;
"User-Agent"?: import("axios").AxiosHeaderValue;
"Content-Encoding"?: import("axios").AxiosHeaderValue;
Authorization?: import("axios").AxiosHeaderValue;
'Content-Type'?: import("axios").AxiosHeaderValue;
link?: import("axios").AxiosHeaders;
head?: import("axios").AxiosHeaders;
options?: import("axios").AxiosHeaders;
get?: import("axios").AxiosHeaders;
delete?: import("axios").AxiosHeaders;
post?: import("axios").AxiosHeaders;
put?: import("axios").AxiosHeaders;
patch?: import("axios").AxiosHeaders;
purge?: import("axios").AxiosHeaders;
unlink?: import("axios").AxiosHeaders;
common?: import("axios").AxiosHeaders;
} | {
[x: string]: import("axios").AxiosHeaderValue;
Accept?: import("axios").AxiosHeaderValue;
"Content-Length"?: import("axios").AxiosHeaderValue;
"User-Agent"?: import("axios").AxiosHeaderValue;
"Content-Encoding"?: import("axios").AxiosHeaderValue;
Authorization?: import("axios").AxiosHeaderValue;
'Content-Type'?: import("axios").AxiosHeaderValue;
link?: import("axios").AxiosHeaders;
head?: import("axios").AxiosHeaders;
options?: import("axios").AxiosHeaders;
get?: import("axios").AxiosHeaders;
delete?: import("axios").AxiosHeaders;
post?: import("axios").AxiosHeaders;
put?: import("axios").AxiosHeaders;
patch?: import("axios").AxiosHeaders;
purge?: import("axios").AxiosHeaders;
unlink?: import("axios").AxiosHeaders;
common?: import("axios").AxiosHeaders;
};
url?: string;
method?: string;
baseURL?: string;
transformRequest?: import("axios").AxiosRequestTransformer | import("axios").AxiosRequestTransformer[];
transformResponse?: import("axios").AxiosResponseTransformer | import("axios").AxiosResponseTransformer[];
params?: any;
paramsSerializer?: import("axios").CustomParamsSerializer | import("axios").ParamsSerializerOptions;
data?: any;
timeout?: number;
timeoutErrorMessage?: string;
withCredentials?: boolean;
adapter?: (string | import("axios").AxiosAdapter) | (string | import("axios").AxiosAdapter)[];
auth?: import("axios").AxiosBasicCredentials;
responseType?: import("axios").ResponseType;
responseEncoding?: string;
xsrfCookieName?: string;
xsrfHeaderName?: string;
onUploadProgress?: (progressEvent: import("axios").AxiosProgressEvent) => void;
onDownloadProgress?: (progressEvent: import("axios").AxiosProgressEvent) => void;
maxContentLength?: number;
validateStatus?: (status: number) => boolean;
maxBodyLength?: number;
maxRedirects?: number;
maxRate?: number | [number, number];
beforeRedirect?: (options: Record<string, any>, responseDetails: {
headers: Record<string, string>;
}) => void;
socketPath?: string;
transport?: any;
httpAgent?: any;
httpsAgent?: any;
proxy?: false | import("axios").AxiosProxyConfig;
cancelToken?: import("axios").CancelToken;
decompress?: boolean;
transitional?: import("axios").TransitionalOptions;
signal?: import("axios").GenericAbortSignal;
insecureHTTPParser?: boolean;
env?: {
FormData?: new (...args: any[]) => object;
};
formSerializer?: import("axios").FormSerializerOptions;
family?: 4 | 6;
lookup?: ((hostname: string, options: object, cb: (err: Error, address: string, family: number) => void) => void) | ((hostname: string, options: object) => Promise<string | [address: string, family: number]>);
};
getAxiosConfigForOperation: (operation: Operation | string, args: OperationMethodArguments) => AxiosRequestConfig;
/**

@@ -239,0 +135,0 @@ * Creates a generic request config object for operation + arguments.

4

package.json
{
"name": "openapi-client-axios",
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.",
"version": "7.3.0",
"version": "7.3.1",
"license": "MIT",

@@ -77,3 +77,3 @@ "keywords": [

},
"gitHead": "0a7c594f11948228c125b6f942434e01239a5321"
"gitHead": "a14313c0adf5ed29716b3959cd4a2fb812ac8ce9"
}
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