Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-require-jsdoc-except

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-require-jsdoc-except - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

pnpm-lock.yaml

6

package.json
{
"name": "eslint-plugin-require-jsdoc-except",
"version": "1.4.0",
"version": "1.5.0",
"description": "A modified version of the built-in eslint rule require-jsdoc that allows you to exclude certain methods from requiring a JSDoc.",

@@ -23,3 +23,3 @@ "main": "src/index.js",

"peerDependencies": {
"eslint": "^4.19.0 || ^5.0.0 || ^6.0.0"
"eslint": "^4.19.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},

@@ -29,3 +29,3 @@ "devDependencies": {

"babel-eslint": "^10.1.0",
"eslint": "^6.0.0"
"eslint": "^7.0.0"
},

@@ -32,0 +32,0 @@ "dependencies": {

@@ -26,2 +26,6 @@ const baseRule = require('eslint/lib/rules/require-jsdoc');

}],
messages: {
missingJSDocComment: "Missing JSDoc comment."
}
},

@@ -28,0 +32,0 @@

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