Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
656
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 46.9.1 to 46.10.0

eslint.config.mjs

4

dist/iterateJsdoc.js

@@ -1559,3 +1559,3 @@ "use strict";

var _context$settings$jsd, _context$settings$jsd2, _context$settings$jsd3, _context$settings$jsd4, _context$settings$jsd5, _context$settings$jsd6, _context$settings$jsd7, _context$settings$jsd8, _context$settings$jsd9, _context$settings$jsd10, _context$settings$jsd11, _context$settings$jsd12, _context$settings$jsd13, _context$settings$jsd14;
/* eslint-disable canonical/sort-keys */
/* dslint-disable canonical/sort-keys */
const settings = {

@@ -1586,3 +1586,3 @@ // All rules

};
/* eslint-enable canonical/sort-keys */
/* dslint-enable canonical/sort-keys */

@@ -1589,0 +1589,0 @@ _jsdocUtils.default.setTagStructure(settings.mode);

@@ -131,3 +131,4 @@ "use strict";

// If the file is a module, concat the variables from the module scope.
.concat(cjsOrESMScope ? globalScope.childScopes.flatMap(({
.concat( /* istanbul ignore next */
cjsOrESMScope ? globalScope.childScopes.flatMap(({
variables

@@ -134,0 +135,0 @@ }) => {

@@ -21,3 +21,3 @@ {

"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",

@@ -27,13 +27,13 @@ "@babel/node": "^7.22.19",

"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/register": "^7.22.15",
"@babel/preset-env": "^7.23.7",
"@babel/register": "^7.23.7",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.20.0",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/github": "^9.2.5",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@types/chai": "^4.3.11",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.44.8",
"@types/eslint": "^8.56.0",
"@types/esquery": "^1.5.3",

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

"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"@types/node": "^20.10.6",
"@types/semver": "^7.5.6",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/parser": "^6.16.0",
"babel-plugin-add-module-exports": "^1.0.4",

@@ -55,3 +55,3 @@ "babel-plugin-istanbul": "^6.1.1",

"decamelize": "^5.0.1",
"eslint": "8.55.0",
"eslint": "9.0.0-alpha.0",
"eslint-config-canonical": "~42.8.0",

@@ -61,2 +61,3 @@ "espree": "^9.6.1",

"glob": "^10.3.10",
"globals": "^13.24.0",
"husky": "^8.0.3",

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

"rimraf": "^5.0.5",
"semantic-release": "^22.0.10",
"semantic-release": "^22.0.12",
"typescript": "5.3.3"
},
"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -122,3 +123,3 @@ "keywords": [

"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
},

@@ -142,3 +143,3 @@ "repository": {

"lint": "npm run lint-arg -- .",
"lint-arg": "eslint --report-unused-disable-directives",
"lint-arg": "eslint --report-unused-disable-directives=false",
"lint-fix": "npm run lint-arg -- --fix .",

@@ -151,3 +152,3 @@ "prepare": "husky install",

},
"version": "46.9.1"
"version": "46.10.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