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

swagger-axios-codegen

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-axios-codegen - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

2

CHANGELOG.md

@@ -1,2 +0,2 @@

## 0.13.0
## 0.13.1

@@ -3,0 +3,0 @@ - feat:

@@ -171,4 +171,5 @@ "use strict";

${parsedParameters && queryParameters.length > 0 ? 'configs.params = {' + queryParameters.join(',') + '}' : ''}
${contentType === 'multipart/form-data' ? formData : ''}
${requestBodyString(method, parsedParameters, bodyParameter, requestBody)}
${contentType === 'multipart/form-data' ? formData : ''}

@@ -175,0 +176,0 @@ axios(configs, ${resolveString}, reject);

{
"name": "swagger-axios-codegen",
"version": "0.13.0",
"version": "0.13.1",
"main": "./dist/index",

@@ -41,2 +41,2 @@ "typings": "./dist/",

}
}
}

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