You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

eslint-plugin-react-x

Package Overview
Dependencies
Maintainers
1
Versions
2112
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
3.0.0-next.71
to
3.0.0-next.74
+8
-8
package.json
{
"name": "eslint-plugin-react-x",
"version": "3.0.0-next.71",
"version": "3.0.0-next.74",
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",

@@ -48,7 +48,7 @@ "keywords": [

"ts-pattern": "^5.9.0",
"@eslint-react/ast": "3.0.0-next.71",
"@eslint-react/eff": "3.0.0-next.71",
"@eslint-react/core": "3.0.0-next.71",
"@eslint-react/shared": "3.0.0-next.71",
"@eslint-react/var": "3.0.0-next.71"
"@eslint-react/shared": "3.0.0-next.74",
"@eslint-react/var": "3.0.0-next.74",
"@local/eff": "3.0.0-beta.72",
"@eslint-react/ast": "3.0.0-next.74",
"@eslint-react/core": "3.0.0-next.74"
},

@@ -64,4 +64,4 @@ "devDependencies": {

"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"typescript": ">=4.8.4 <6.0.0"
"eslint": "^10.0.0",
"typescript": "*"
},

@@ -68,0 +68,0 @@ "engines": {

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