You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@esydoc/doclet-parser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esydoc/doclet-parser - npm Package Compare versions

Comparing version

to
2.0.1-beta.0

@@ -504,2 +504,3 @@ /*!

node.type !== 'Enum' &&
node.type !== POLYTYPE$1 &&
node.type !== 'Promise' &&

@@ -571,3 +572,3 @@ node.type !== 'function' &&

}
node.properties = undefined; // 不需要后续解析
node.properties = [properties[0]]; // 因为前期已经选定了首个值作为输出,后续解析也只解析这个
}

@@ -574,0 +575,0 @@ else {

{
"name": "@esydoc/doclet-parser",
"version": "2.0.0",
"version": "2.0.1-beta.0",
"description": "The parser for doclet that it resolved by jsdoc",

@@ -28,5 +28,5 @@ "author": "Alex <857276958@qq.com>",

"dependencies": {
"@esydoc/share": "^2.0.0"
"@esydoc/share": "^2.0.1-beta.0"
},
"gitHead": "e7ec0ba9d5c3b195b176a4bb3d34c63361b7edeb"
"gitHead": "284ddc48f3d59c0be424e0b9a38f14c5f6e2976f"
}