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

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
662
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.0.1 to 2.0.2

3

dist/iterateJsdoc.js

@@ -33,3 +33,4 @@ 'use strict';

return {
'FunctionDeclaration:exit': checkJsdoc
'FunctionDeclaration': checkJsdoc,
'FunctionExpression': checkJsdoc
};

@@ -36,0 +37,0 @@ };

{
"name": "eslint-plugin-jsdoc",
"description": "JSDoc specific linting rules for ESLint.",
"version": "2.0.1",
"version": "2.0.2",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "repository": {

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

*/
function quux (foo) {
function quux () {

@@ -578,3 +578,3 @@ }

*/
function quux (foo) {
function quux () {

@@ -588,5 +588,3 @@ }

/**
* - foo
* - bar
* - baz
* @returns {number}
*/

@@ -593,0 +591,0 @@ function quux () {

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