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 2.2.2 to 2.2.3

20

package.json
{
"name": "eslint-plugin-jsdoc",
"description": "JSDoc linting rules for ESLint.",
"version": "2.2.2",
"version": "2.2.3",
"main": "./dist/index.js",

@@ -25,7 +25,7 @@ "repository": {

"dependencies": {
"comment-parser": "^0.3.1",
"lodash": "^3.10.1"
"comment-parser": "^0.4.0",
"lodash": "^4.3.0"
},
"scripts": {
"pragmatist": "node ./node_modules/.bin/pragmatist --browser",
"pragmatist": "node ./node_modules/.bin/pragmatist --es5",
"lint": "npm run pragmatist lint",

@@ -42,11 +42,11 @@ "test": "npm run pragmatist test",

"devDependencies": {
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"eslint": "^1.10.3",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^2.0.0",
"gitdown": "^2.4.0",
"globby": "^4.0.0",
"mocha": "^2.3.4",
"pragmatist": "^2.3.67"
"mocha": "^2.4.5",
"pragmatist": "^3.0.4"
}
}

@@ -254,3 +254,3 @@ <h1 id="eslint-plugin-jsdoc">eslint-plugin-jsdoc</h1>

`{a, b}` is an [`ObjectType`](https://github.com/estree/estree/blob/master/es6.md#objectpattern) AST type and does not have a name. Therefore, the associated parameter in JSDoc block can have any name.
`{a, b}` is an [`ObjectPattern`](https://github.com/estree/estree/blob/master/es6.md#objectpattern) AST type and does not have a name. Therefore, the associated parameter in JSDoc block can have any name.

@@ -257,0 +257,0 @@ <h3 id="eslint-plugin-jsdoc-rules-check-tag-names"><code>check-tag-names</code></h3>

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