Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
655
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 48.2.4 to 48.2.5

34

package.json

@@ -15,3 +15,3 @@ {

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

@@ -21,9 +21,9 @@ },

"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@es-joy/escodegen": "^3.5.1",

@@ -33,7 +33,7 @@ "@es-joy/jsdoc-eslint-parser": "^0.21.1",

"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/github": "^10.0.2",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.10",
"@types/esquery": "^1.5.3",

@@ -44,6 +44,6 @@ "@types/estree": "^1.0.5",

"@types/mocha": "^10.0.6",
"@types/node": "^20.12.5",
"@types/node": "^20.12.11",
"@types/semver": "^7.5.8",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-plugin-add-module-exports": "^1.0.4",

@@ -56,8 +56,8 @@ "babel-plugin-istanbul": "^6.1.1",

"decamelize": "^5.0.1",
"eslint": "9.0.0",
"eslint-config-canonical": "~42.8.1",
"eslint": "9.2.0",
"eslint-config-canonical": "~42.8.2",
"espree": "^10.0.1",
"gitdown": "^3.1.5",
"glob": "^10.3.12",
"globals": "^15.0.0",
"glob": "^10.3.13",
"globals": "^15.2.0",
"husky": "^9.0.11",

@@ -72,4 +72,4 @@ "jsdoc-type-pratt-parser": "^4.0.0",

"rimraf": "^5.0.5",
"semantic-release": "^23.0.7",
"typescript": "5.3.3"
"semantic-release": "^23.0.8",
"typescript": "5.3.x"
},

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

},
"version": "48.2.4"
"version": "48.2.5"
}

@@ -22,5 +22,4 @@ /**

const isVoidPromise = (node) => {
return /** @type {import('@typescript-eslint/types').TSESTree.TSTypeReference} */ (
node
)?.typeParameters?.params?.[0]?.type === 'TSVoidKeyword';
return /** @type {import('@typescript-eslint/types').TSESTree.TSTypeReference} */ (node)?.typeArguments?.params?.[0]?.type === 'TSVoidKeyword'
|| /** @type {import('@typescript-eslint/types').TSESTree.TSTypeReference} */ (node)?.typeParameters?.params?.[0]?.type === 'TSVoidKeyword';
};

@@ -27,0 +26,0 @@

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