Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
112
Maintainers
1
Versions
628
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 46.4.2 to 46.4.3

2

dist/rules/matchDescription.js

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

if (nonemptyTags) {
for (const tag of ['copyright', 'example', 'see', 'throws', 'todo', 'yields']) {
for (const tag of ['copyright', 'example', 'see', 'todo']) {
utils.forEachPreferredTag(tag, (matchingJsdocTag, targetTagName) => {

@@ -94,0 +94,0 @@ const desc = (matchingJsdocTag.name + ' ' + utils.getTagDescription(matchingJsdocTag)).trim();

@@ -92,4 +92,2 @@ <a name="user-content-match-description"></a>

- `@todo`
- `@throws`/`@exception`
- `@yields`/`@yield`

@@ -96,0 +94,0 @@ If you supply your own tag description for any of the above tags in `tags`,

@@ -139,3 +139,3 @@ {

},
"version": "46.4.2"
"version": "46.4.3"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc