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 6.0.0 to 6.1.0

LICENSE

2

client.d.ts
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
import RefParser from '@apidevtools/json-schema-ref-parser';
import RefParser from '@anttiviljami/json-schema-ref-parser';
import { Document, Operation, UnknownOperationMethod, OperationMethodArguments, UnknownOperationMethods, RequestConfig, UnknownPathsDictionary, Server } from './types/client';

@@ -4,0 +4,0 @@ /**

@@ -92,5 +92,5 @@ "use strict";

var bath_es5_1 = __importDefault(require("bath-es5"));
var json_schema_ref_parser_1 = __importDefault(require("@apidevtools/json-schema-ref-parser"));
var dereference_1 = __importDefault(require("@apidevtools/json-schema-ref-parser/lib/dereference"));
var options_1 = __importDefault(require("@apidevtools/json-schema-ref-parser/lib/options"));
var json_schema_ref_parser_1 = __importDefault(require("@anttiviljami/json-schema-ref-parser"));
var dereference_1 = __importDefault(require("@anttiviljami/json-schema-ref-parser/lib/dereference"));
var options_1 = __importDefault(require("@anttiviljami/json-schema-ref-parser/lib/options"));
var copy_anything_1 = require("copy-anything");

@@ -97,0 +97,0 @@ var client_1 = require("./types/client");

{
"name": "openapi-client-axios",
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.",
"version": "6.0.0",
"version": "6.1.0",
"author": "Viljami Kuosmanen <viljami@viljami.io>",
"funding": "https://github.com/sponsors/anttiviljami",
"license": "MIT",

@@ -45,3 +46,3 @@ "keywords": [

"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"@anttiviljami/json-schema-ref-parser": "^9.2.0",
"bath-es5": "^3.0.3",

@@ -76,3 +77,3 @@ "copy-anything": "^3.0.2",

},
"gitHead": "9075245dce9f318c202019abbd16e32866fa0999"
"gitHead": "786b342501b7c93cdc519db965b3b787498330da"
}

Sorry, the diff of this file is not supported yet

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