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 46.5.0 to 46.5.1

2

dist/jsdocUtils.js

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

}));
if (Object.hasOwn(tagPreferenceFixed, name)) {
if (Object.prototype.hasOwnProperty.call(tagPreferenceFixed, name)) {
return tagPreferenceFixed[name];

@@ -443,0 +443,0 @@ }

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

}
if (mainDescriptionMatch === false && (!tag || !Object.hasOwn(tags, tag.tag))) {
if (mainDescriptionMatch === false && (!tag || !Object.prototype.hasOwnProperty.call(tags, tag.tag))) {
return;

@@ -50,0 +50,0 @@ }

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

},
"version": "46.5.0"
"version": "46.5.1"
}

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