@jsdoc/ast
Advanced tools
+2
-2
@@ -176,5 +176,5 @@ /* | ||
| if (node.declaration.declarations) { | ||
| str = `${LONGNAMES.MODULE_EXPORT}.${nodeToValue(node.declaration.declarations[0])}`; | ||
| str = `${nodeToValue(node.declaration.declarations[0])}`; | ||
| } else { | ||
| str = `${LONGNAMES.MODULE_EXPORT}.${nodeToValue(node.declaration)}`; | ||
| str = `${nodeToValue(node.declaration)}`; | ||
| } | ||
@@ -181,0 +181,0 @@ } |
+8
-8
| { | ||
| "name": "@jsdoc/ast", | ||
| "version": "0.2.13", | ||
| "version": "0.2.14", | ||
| "description": "JSDoc tools for working with abstract syntax trees (ASTs).", | ||
@@ -34,12 +34,12 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@babel/parser": "^7.26.5", | ||
| "@jsdoc/name": "^0.1.1", | ||
| "@jsdoc/util": "^0.3.4", | ||
| "ast-module-types": "^6.0.0", | ||
| "lodash": "^4.17.21" | ||
| "@babel/parser": "^7.29.0", | ||
| "@jsdoc/name": "^0.1.2", | ||
| "@jsdoc/util": "^0.3.5", | ||
| "ast-module-types": "^6.0.1", | ||
| "lodash": "^4.17.23" | ||
| }, | ||
| "engines": { | ||
| "node": ">=v18.12.0" | ||
| "node": "^20.19.0 || ^22.12.0 || >=23.0.0" | ||
| }, | ||
| "gitHead": "687c1c182ddac6f53795f759c34f125bcab7b44f" | ||
| "gitHead": "7f0b802741958e3431edc63b3a9e76412d46b1a2" | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
52775
-0.06%Updated
Updated
Updated
Updated
Updated