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

@eslint-react/var

Package Overview
Dependencies
Maintainers
1
Versions
2333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/var - npm Package Compare versions

Comparing version
3.0.0-rc.0
to
3.0.0-rc.1
+9
-6
package.json
{
"name": "@eslint-react/var",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",

@@ -37,10 +37,10 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"ts-pattern": "^5.9.0",
"@eslint-react/ast": "3.0.0-rc.0",
"@eslint-react/shared": "3.0.0-rc.0"
"@eslint-react/ast": "3.0.0-rc.1",
"@eslint-react/shared": "3.0.0-rc.1"
},
"devDependencies": {
"@typescript-eslint/typescript-estree": "canary",
"tsdown": "^0.21.0",
"@local/eff": "3.0.0-beta.72",
"@local/configs": "0.0.0"
"tsdown": "^0.21.2",
"@local/configs": "0.0.0",
"@local/eff": "3.0.0-beta.72"
},

@@ -54,2 +54,5 @@ "peerDependencies": {

},
"inlinedDependencies": {
"@local/eff": "workspace:*"
},
"scripts": {

@@ -56,0 +59,0 @@ "build": "tsdown --dts-resolve",