Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
652
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jsdoc - npm Package Compare versions

Comparing version 50.0.1 to 50.1.0

44

package.json

@@ -8,6 +8,6 @@ {

"dependencies": {
"@es-joy/jsdoccomment": "~0.46.0",
"@es-joy/jsdoccomment": "~0.48.0",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.4.1",
"debug": "^4.3.5",
"debug": "^4.3.6",
"escape-string-regexp": "^4.0.0",

@@ -24,17 +24,17 @@ "espree": "^10.1.0",

"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/node": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/node": "^7.25.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
"@hkdobrev/run-if-changed": "^0.6.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "^10.1.0",
"@semantic-release/github": "^10.1.4",
"@semantic-release/npm": "^12.0.1",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.10",
"@types/eslint": "^9.6.0",
"@types/espree": "^10.1.0",

@@ -46,6 +46,6 @@ "@types/esquery": "^1.5.4",

"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/node": "^22.2.0",
"@types/semver": "^7.5.8",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/types": "^7.16.1",
"@typescript-eslint/types": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",

@@ -59,13 +59,13 @@ "babel-plugin-istanbul": "^7.0.0",

"decamelize": "^6.0.0",
"eslint": "9.7.0",
"eslint-config-canonical": "~43.0.14",
"eslint": "9.9.0",
"eslint-config-canonical": "~43.0.15",
"gitdown": "^4.1.1",
"glob": "^10.4.2",
"globals": "^15.8.0",
"husky": "^9.1.1",
"jsdoc-type-pratt-parser": "^4.0.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"jsdoc-type-pratt-parser": "^4.1.0",
"json-schema": "^0.4.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.6.0",
"mocha": "^10.7.3",
"open-editor": "^5.0.0",

@@ -76,3 +76,3 @@ "replace": "^1.2.2",

"typescript": "5.5.x",
"typescript-eslint": "^8.0.0-alpha.34"
"typescript-eslint": "^8.1.0"
},

@@ -160,3 +160,3 @@ "engines": {

},
"version": "50.0.1"
"version": "50.1.0"
}

@@ -89,3 +89,3 @@ // Todo: Support TS by fenced block type

* @property {"script"|"module"} [sourceType]
* @property {import('eslint').Linter.FlatConfigParserModule} [parser]
* @property {import('eslint').Linter.ESTreeParser|import('eslint').Linter.NonESTreeParser} [parser]
*/

@@ -490,3 +490,3 @@

ast = parser
// @ts-expect-error Ok
// @ts-expect-error Should be present
? parser.parseForESLint(text, {

@@ -493,0 +493,0 @@ ecmaVersion: 'latest',

@@ -23,4 +23,7 @@ /**

return /** @type {import('@typescript-eslint/types').TSESTree.TSTypeReference} */ (node)?.typeArguments?.params?.[0]?.type === 'TSVoidKeyword'
/* c8 ignore next */
|| /** @type {import('@typescript-eslint/types').TSESTree.TSTypeReference} */ (node)?.typeParameters?.params?.[0]?.type === 'TSVoidKeyword';
/* c8 ignore next 4 */
|| /** @type {import('@typescript-eslint/types').TSESTree.TSTypeReference} */ (
node
// @ts-expect-error Ok
)?.typeParameters?.params?.[0]?.type === 'TSVoidKeyword';
};

@@ -27,0 +30,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc