New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-disable-autofix

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-disable-autofix - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

4

index.js

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

.filter((plugin) => (plugin.startsWith('eslint-plugin') ||
(plugin.startsWith('@') && /eslint/u.test(plugin))) &&
plugin.startsWith('@')) &&
plugin !== 'eslint-plugin-disable-autofix' &&

@@ -54,3 +54,3 @@ plugin !== '@eslint');

.readdirSync(node_path_1.default.join(dirname, nodeModules, plugin))
.filter((read) => /plugin/u.test(read));
.filter((read) => read.startsWith("eslint-plugin"));
for (const pluginDirectory of pluginDirectories) {

@@ -57,0 +57,0 @@ const scopedPlugin = node_path_1.default.posix.join(plugin, pluginDirectory);

{
"name": "eslint-plugin-disable-autofix",
"version": "4.1.0",
"version": "4.2.0",
"description": "Disable autofix for ESLint rules without turning them off",

@@ -8,3 +8,3 @@ "main": "./index.js",

"app-root-path": "^3.1.0",
"eslint": "^8.51.0",
"eslint": "^8.56.0",
"eslint-rule-composer": "^0.3.0",

@@ -11,0 +11,0 @@ "lodash": "^4.17.21"

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