Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.10 to 0.2.11

2

CHANGELOG.md

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

## 0.2.10
## 0.2.11
- Fix: Enumeration case conversion

@@ -3,0 +3,0 @@

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

## 0.2.10
## 0.2.11
- 修复: 枚举名字大小写转换的问题

@@ -3,0 +3,0 @@

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

*/
${options.useStaticMethod ? 'static' : ''} ${pascalcase_1.default(methodName)}(${parameters}options:IRequestOptions={}):Promise<${responseType}> {
${options.useStaticMethod ? 'static' : ''} ${camelcase_1.default(methodName)}(${parameters}options:IRequestOptions={}):Promise<${responseType}> {
return new Promise((resolve, reject) => {

@@ -110,0 +110,0 @@ ${handleNullParameters}

{
"name": "swagger-axios-codegen",
"version": "0.2.10",
"version": "0.2.11",
"main": "./dist/index",

@@ -5,0 +5,0 @@ "typings": "./dist/",

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