Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
98
Maintainers
1
Versions
628
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 48.0.5 to 48.0.6

26

package.json

@@ -8,3 +8,3 @@ {

"dependencies": {
"@es-joy/jsdoccomment": "~0.41.0",
"@es-joy/jsdoccomment": "~0.42.0",
"are-docs-informative": "^0.0.2",

@@ -16,3 +16,3 @@ "comment-parser": "1.4.1",

"is-builtin-module": "^3.2.1",
"semver": "^7.5.4",
"semver": "^7.6.0",
"spdx-expression-parse": "^4.0.0"

@@ -22,9 +22,9 @@ },

"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/node": "^7.22.19",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/node": "^7.23.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@es-joy/escodegen": "^3.5.1",

@@ -44,6 +44,6 @@ "@es-joy/jsdoc-eslint-parser": "^0.21.1",

"@types/mocha": "^10.0.6",
"@types/node": "^20.11.6",
"@types/node": "^20.11.16",
"@types/semver": "^7.5.6",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/parser": "^6.21.0",
"babel-plugin-add-module-exports": "^1.0.4",

@@ -58,10 +58,10 @@ "babel-plugin-istanbul": "^6.1.1",

"eslint-config-canonical": "~42.8.1",
"espree": "^9.6.1",
"espree": "^10.0.0",
"gitdown": "^3.1.5",
"glob": "^10.3.10",
"globals": "^13.24.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"lodash.defaultsdeep": "^4.6.1",

@@ -149,3 +149,3 @@ "mocha": "^10.2.0",

},
"version": "48.0.5"
"version": "48.0.6"
}

@@ -41,2 +41,9 @@ import iterateJsdoc from '../iterateJsdoc.js';

];
case 'ExportDefaultDeclaration':
case 'ExportNamedDeclaration':
return getNamesFromNode(
/** @type {import('@typescript-eslint/types').TSESTree.ExportNamedDeclaration} */
(node).declaration
);
case 'ClassDeclaration':

@@ -43,0 +50,0 @@ case 'ClassExpression':

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc