You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-x

Package Overview
Dependencies
Maintainers
1
Versions
989
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-x - npm Package Compare versions

Comparing version

to
1.38.3

16

package.json
{
"name": "eslint-plugin-react-x",
"version": "1.38.3-next.0",
"version": "1.38.3",
"description": "A set of composable linting rules for libraries and frameworks that use React as a UI runtime.",

@@ -53,9 +53,9 @@ "keywords": [

"ts-pattern": "^5.6.2",
"@eslint-react/ast": "1.38.3-next.0",
"@eslint-react/eff": "1.38.3-next.0",
"@eslint-react/jsx": "1.38.3-next.0",
"@eslint-react/core": "1.38.3-next.0",
"@eslint-react/kit": "1.38.3-next.0",
"@eslint-react/var": "1.38.3-next.0",
"@eslint-react/shared": "1.38.3-next.0"
"@eslint-react/core": "1.38.3",
"@eslint-react/kit": "1.38.3",
"@eslint-react/shared": "1.38.3",
"@eslint-react/eff": "1.38.3",
"@eslint-react/ast": "1.38.3",
"@eslint-react/var": "1.38.3",
"@eslint-react/jsx": "1.38.3"
},

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

@@ -19,3 +19,3 @@ # eslint-plugin-react-x

import js from "@eslint/js";
import reactx from "eslint-plugin-react-x";
import react from "eslint-plugin-react-x";
import tseslint from "typescript-eslint";

@@ -28,3 +28,3 @@

tseslint.configs.recommended,
reactx.configs.recommended,
react.configs.recommended,
],

@@ -31,0 +31,0 @@ languageOptions: {

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

Sorry, the diff of this file is not supported yet