Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
652
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 50.2.0 to 50.2.1

2

package.json

@@ -155,3 +155,3 @@ {

},
"version": "50.2.0"
"version": "50.2.1"
}

@@ -281,3 +281,3 @@ import checkAccess from './rules/checkAccess.js';

? [ruleName, warnOrError]
: [ruleName[0], warnOrError, ...ruleName.slice(1)]
: [ruleName[0], [warnOrError, ...ruleName.slice(1)]]
)

@@ -284,0 +284,0 @@ ),

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