eslint-plugin-jsdoc
Advanced tools
Comparing version 46.5.0 to 46.5.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1374861