swagger-axios-codegen
Advanced tools
Comparing version 0.15.1 to 0.15.2
## 0.15.1 | ||
## 0.15.2 | ||
@@ -4,0 +4,0 @@ - bugfix |
@@ -70,3 +70,3 @@ "use strict"; | ||
// 如果是数字开头,则加上下划线 | ||
if (!Number.isNaN(result[0])) | ||
if (!Number.isNaN(Number(result[0]))) | ||
result = '_' + result; | ||
@@ -73,0 +73,0 @@ return result; |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204217