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

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 4.6.0 to 4.6.1

2

client.d.ts

@@ -109,3 +109,3 @@ import { AxiosInstance, AxiosRequestConfig } from 'axios';

*/
getAxiosConfigForOperation: (operation: Operation | string, args: OperationMethodArguments) => AxiosRequestConfig<any>;
getAxiosConfigForOperation: (operation: Operation | string, args: OperationMethodArguments) => AxiosRequestConfig;
/**

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

{
"name": "openapi-client-axios",
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.",
"version": "4.6.0",
"version": "4.6.1",
"author": "Viljami Kuosmanen <viljami@viljami.io>",

@@ -41,3 +41,3 @@ "license": "MIT",

"peerDependencies": {
"axios": "^0.25.0",
"axios": "^0.24.0",
"js-yaml": "^4.1.0"

@@ -56,3 +56,3 @@ },

"@types/json-schema": "^7.0.6",
"axios": "^0.25.0",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.16.0",

@@ -79,3 +79,3 @@ "indent-string": "^4.0.0",

},
"gitHead": "6631e3c388c14e07a4b160ffb45fcae3285a7ff2"
"gitHead": "9075245dce9f318c202019abbd16e32866fa0999"
}

@@ -68,3 +68,5 @@ import type { AxiosResponse, AxiosRequestConfig } from 'axios';

queryString: string;
headers: AxiosRequestConfig['headers'];
headers: {
[header: string]: string | string[];
};
cookies: {

@@ -71,0 +73,0 @@ [cookie: string]: string;

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