🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@eslint-react/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2600
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/eslint-plugin - npm Package Compare versions

Comparing version
2.0.0-next.45
to
2.0.0-next.47
+1
-3
dist/index.js

@@ -17,3 +17,3 @@ import reactDebug from 'eslint-plugin-react-debug';

var name = "@eslint-react/eslint-plugin";
var version = "2.0.0-next.45";
var version = "2.0.0-next.47";

@@ -114,3 +114,2 @@ // src/configs/all.ts

// "@eslint-react/no-unnecessary-use-callback": "warn",
"@eslint-react/no-unnecessary-use-effect": "warn",
// "@eslint-react/no-unnecessary-use-memo": "warn",

@@ -178,3 +177,2 @@ "@eslint-react/no-unnecessary-use-prefix": "warn",

"@eslint-react/no-unnecessary-use-callback": "warn",
"@eslint-react/no-unnecessary-use-effect": "warn",
"@eslint-react/no-unnecessary-use-memo": "warn",

@@ -181,0 +179,0 @@ "@eslint-react/no-unnecessary-use-prefix": "warn",

{
"name": "@eslint-react/eslint-plugin",
"version": "2.0.0-next.45",
"version": "2.0.0-next.47",
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",

@@ -40,15 +40,15 @@ "keywords": [

"dependencies": {
"@typescript-eslint/scope-manager": "^8.34.0",
"@typescript-eslint/type-utils": "^8.34.0",
"@typescript-eslint/types": "^8.34.0",
"@typescript-eslint/utils": "^8.34.0",
"@eslint-react/eff": "2.0.0-next.45",
"@eslint-react/kit": "2.0.0-next.45",
"@eslint-react/shared": "2.0.0-next.45",
"eslint-plugin-react-debug": "2.0.0-next.45",
"eslint-plugin-react-dom": "2.0.0-next.45",
"eslint-plugin-react-hooks-extra": "2.0.0-next.45",
"eslint-plugin-react-naming-convention": "2.0.0-next.45",
"eslint-plugin-react-x": "2.0.0-next.45",
"eslint-plugin-react-web-api": "2.0.0-next.45"
"@typescript-eslint/scope-manager": "^8.34.1",
"@typescript-eslint/type-utils": "^8.34.1",
"@typescript-eslint/types": "^8.34.1",
"@typescript-eslint/utils": "^8.34.1",
"@eslint-react/eff": "2.0.0-next.47",
"@eslint-react/kit": "2.0.0-next.47",
"@eslint-react/shared": "2.0.0-next.47",
"eslint-plugin-react-debug": "2.0.0-next.47",
"eslint-plugin-react-dom": "2.0.0-next.47",
"eslint-plugin-react-hooks-extra": "2.0.0-next.47",
"eslint-plugin-react-naming-convention": "2.0.0-next.47",
"eslint-plugin-react-x": "2.0.0-next.47",
"eslint-plugin-react-web-api": "2.0.0-next.47"
},

@@ -55,0 +55,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display