New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@jsdoc/ast

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsdoc/ast - npm Package Compare versions

Comparing version
0.2.13
to
0.2.14
+2
-2
lib/ast-node.js

@@ -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 @@ }

{
"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"
}