swagger-axios-codegen
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -1,3 +0,3 @@ | ||
## 0.2.3 | ||
## 0.2.4 | ||
- 使用 `Promise` 代替 `AxiosPromise`。如果接口调用成功,默认返回response.data | ||
- 修改README.md |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"main": "./dist/index", | ||
@@ -15,3 +15,2 @@ "typings": "./dist/", | ||
"prestart": "npm run build", | ||
"prepublish": "npm run build", | ||
"precommit": "prettier --write --config .prettierrc ./src/*.ts", | ||
@@ -18,0 +17,0 @@ "start": "node ./dist/index" |
@@ -9,3 +9,3 @@ # swagger-axios-codegen | ||
[[Example](./test) | ||
[Example](./test) | ||
@@ -12,0 +12,0 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
24519
20
544
1
2