Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@eslint-react/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2424
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
3.0.0-next.55
to
3.0.0-next.56
+3
-3
dist/index.d.ts

@@ -1,6 +0,6 @@

import { CompatibleConfig, CompatiblePlugin } from "@eslint-react/shared";
import { ESLint, Linter } from "eslint";
//#region src/index.d.ts
type ConfigName = "all" | "disable-conflict-eslint-plugin-react" | "disable-conflict-eslint-plugin-react-hooks" | "disable-dom" | "disable-rsc" | "disable-experimental" | "disable-type-checked" | "disable-web-api" | "dom" | "rsc" | "no-deprecated" | "off" | "recommended" | "recommended-type-checked" | "recommended-typescript" | "strict" | "strict-type-checked" | "strict-typescript" | "web-api" | "x";
declare const plugin: CompatiblePlugin & {
declare const plugin: ESLint.Plugin & {
/**

@@ -10,5 +10,5 @@ * For more information about each preset, please refer to the documentation.

*/
configs: Record<ConfigName, CompatibleConfig>;
configs: Record<ConfigName, Linter.Config>;
};
//#endregion
export { plugin as default };

@@ -27,3 +27,3 @@ import react from "eslint-plugin-react-x";

var name$20 = "@eslint-react/eslint-plugin";
var version = "3.0.0-next.55";
var version = "3.0.0-next.56";

@@ -30,0 +30,0 @@ //#endregion

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

@@ -49,12 +49,12 @@ "keywords": [

"ts-api-utils": "^2.4.0",
"@eslint-react/eff": "3.0.0-next.55",
"eslint-plugin-react-naming-convention": "3.0.0-next.55",
"eslint-plugin-react-dom": "3.0.0-next.55",
"eslint-plugin-react-rsc": "3.0.0-next.55",
"eslint-plugin-react-web-api": "3.0.0-next.55",
"@eslint-react/shared": "3.0.0-next.55",
"eslint-plugin-react-x": "3.0.0-next.55"
"@eslint-react/eff": "3.0.0-next.56",
"@eslint-react/shared": "3.0.0-next.56",
"eslint-plugin-react-dom": "3.0.0-next.56",
"eslint-plugin-react-naming-convention": "3.0.0-next.56",
"eslint-plugin-react-rsc": "3.0.0-next.56",
"eslint-plugin-react-web-api": "3.0.0-next.56",
"eslint-plugin-react-x": "3.0.0-next.56"
},
"devDependencies": {
"tsdown": "^0.21.0-beta.1",
"tsdown": "^0.21.0-beta.2",
"@local/configs": "0.0.0"

@@ -61,0 +61,0 @@ },