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.8.1 to 46.8.2

17

dist/iterateJsdoc.js

@@ -683,4 +683,6 @@ "use strict";

const ancestors = /** @type {import('eslint').Rule.Node[]} */context.getAncestors();
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -1850,4 +1852,5 @@ const utils = /** @type {Utils} */getBasicUtils(context, settings);

const callIterator = (context, node, jsdocNodes, state, lastCall) => {
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -1917,4 +1920,5 @@ const {

create(context) {
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -1979,4 +1983,5 @@ settings = getSettings(context);

create(context) {
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -2072,4 +2077,6 @@ const settings = getSettings(context);

}
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -2076,0 +2083,0 @@ const {

@@ -238,4 +238,5 @@ "use strict";

create(context) {
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -242,0 +243,0 @@ const settings = (0, _iterateJsdoc.getSettings)(context);

@@ -97,4 +97,5 @@ "use strict";

};
// istanbul ignore next -- Fallback to deprecated method
const {
sourceCode
sourceCode = context.getSourceCode()
} = context;

@@ -101,0 +102,0 @@ const exported = _exportParser.default.isUncommentedExport( /** @type {import('eslint').Rule.Node} */node, sourceCode, opt, settings);

@@ -143,3 +143,3 @@ {

},
"version": "46.8.1"
"version": "46.8.2"
}

Sorry, the diff of this file is not supported yet

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