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

eslint-plugin-react-x

Package Overview
Dependencies
Maintainers
1
Versions
1093
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-next.10

22

package.json
{
"name": "eslint-plugin-react-x",
"version": "2.0.0-next.9",
"version": "2.0.0-next.10",
"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.0",
"@typescript-eslint/type-utils": "^8.31.0",
"@typescript-eslint/types": "^8.31.0",
"@typescript-eslint/utils": "^8.31.0",
"@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",
"compare-versions": "^6.1.1",

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

"ts-pattern": "^5.7.0",
"@eslint-react/ast": "2.0.0-next.9",
"@eslint-react/kit": "2.0.0-next.9",
"@eslint-react/eff": "2.0.0-next.9",
"@eslint-react/core": "2.0.0-next.9",
"@eslint-react/shared": "2.0.0-next.9",
"@eslint-react/var": "2.0.0-next.9"
"@eslint-react/ast": "2.0.0-next.10",
"@eslint-react/core": "2.0.0-next.10",
"@eslint-react/eff": "2.0.0-next.10",
"@eslint-react/shared": "2.0.0-next.10",
"@eslint-react/var": "2.0.0-next.10",
"@eslint-react/kit": "2.0.0-next.10"
},

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

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