🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

showdoc-auto-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

showdoc-auto-api - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+4
-1
index.js

@@ -165,3 +165,3 @@ 'use strict';

author: [],
desc: description,
desc: description || '',
group: [],

@@ -246,2 +246,5 @@ param: [],

}
if(!apiInfo.desc.trim()){
throw new Error(filePath + ':' + apiInfo.path[0] + ' 接口描述不能为空');
}
if (apiInfo.group.length === 0) {

@@ -248,0 +251,0 @@ apiInfo.group.push('def');

+1
-1
{
"name": "showdoc-auto-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",