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.0.5 to 4.0.6

4

index.js

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

}
const importPlugins = node_fs_1.default
const eslintPlugins = node_fs_1.default
.readdirSync(node_path_1.default.join(dirname, nodeModules))

@@ -50,3 +50,3 @@ .filter((plugin) => (plugin.startsWith('eslint-plugin') ||

plugin !== '@eslint');
for (const plugin of importPlugins) {
for (const plugin of eslintPlugins) {
if (plugin.includes('@')) {

@@ -53,0 +53,0 @@ const pluginDirectories = node_fs_1.default

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

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

"app-root-path": "^3.1.0",
"eslint": "^8.50.0",
"eslint-rule-composer": "^0.3.0"
"eslint": "^8.51.0",
"eslint-rule-composer": "^0.3.0",
"lodash": "^4.17.21"
},

@@ -15,6 +16,2 @@ "peerDependencies": {

},
"homepage": "https://github.com/chiefmikey/eslint-plugin-disable-autofix",
"repository": "https://github.com/chiefmikey/eslint-plugin-disable-autofix",
"bugs": "https://github.com/chiefmikey/eslint-plugin-disable-autofix/issues",
"license": "MIT",
"files": [

@@ -26,2 +23,6 @@ "index.js",

],
"homepage": "https://github.com/chiefmikey/eslint-plugin-disable-autofix",
"repository": "https://github.com/chiefmikey/eslint-plugin-disable-autofix",
"bugs": "https://github.com/chiefmikey/eslint-plugin-disable-autofix/issues",
"license": "MIT",
"keywords": [

@@ -28,0 +29,0 @@ "eslint",

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