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 7.2.0 to 7.2.1

2

client.js

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

case 3:
if (!(typeof documentRes.data === 'string' && documentRes.headers['content-type'] === 'application/yaml')) return [3 /*break*/, 5];
if (!(typeof documentRes.data === 'string' && ['text/yaml', 'application/yaml'].includes(documentRes.headers['content-type']))) return [3 /*break*/, 5];
return [4 /*yield*/, Promise.resolve().then(function () { return __importStar(require('js-yaml')); })];

@@ -698,0 +698,0 @@ case 4:

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

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

},
"gitHead": "6ea364b653a2264ddd2de4d2f1ddabc5cf3cbfd5"
"gitHead": "b0fb9ed206c223cad6f0e84927758dc6bd705146"
}

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