🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-plugin-react-x

Package Overview
Dependencies
Maintainers
1
Versions
1147
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
2.0.0-beta.15

24

package.json
{
"name": "eslint-plugin-react-x",
"version": "2.0.0-beta.14",
"version": "2.0.0-beta.15",
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",

@@ -37,6 +37,6 @@ "keywords": [

"dependencies": {
"@typescript-eslint/scope-manager": "^8.31.1",
"@typescript-eslint/type-utils": "^8.31.1",
"@typescript-eslint/types": "^8.31.1",
"@typescript-eslint/utils": "^8.31.1",
"@typescript-eslint/scope-manager": "^8.32.0",
"@typescript-eslint/type-utils": "^8.32.0",
"@typescript-eslint/types": "^8.32.0",
"@typescript-eslint/utils": "^8.32.0",
"compare-versions": "^6.1.1",

@@ -46,11 +46,11 @@ "is-immutable-type": "^5.0.1",

"ts-pattern": "^5.7.0",
"@eslint-react/ast": "2.0.0-beta.14",
"@eslint-react/eff": "2.0.0-beta.14",
"@eslint-react/kit": "2.0.0-beta.14",
"@eslint-react/shared": "2.0.0-beta.14",
"@eslint-react/var": "2.0.0-beta.14",
"@eslint-react/core": "2.0.0-beta.14"
"@eslint-react/ast": "2.0.0-beta.15",
"@eslint-react/core": "2.0.0-beta.15",
"@eslint-react/eff": "2.0.0-beta.15",
"@eslint-react/shared": "2.0.0-beta.15",
"@eslint-react/kit": "2.0.0-beta.15",
"@eslint-react/var": "2.0.0-beta.15"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",

@@ -57,0 +57,0 @@ "ts-api-utils": "^2.1.0",

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