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
2315
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-beta.64
to
3.0.0-beta.65
+1
-0
dist/index.d.ts

@@ -37,2 +37,3 @@ import { Scope } from "@typescript-eslint/scope-manager";

* Detect the ObjectType of a given node
* @param context The context of the rule
* @param node The node to check

@@ -39,0 +40,0 @@ * @returns The ObjectType of the node, or undefined if not detected

@@ -67,2 +67,3 @@ import { DefinitionType } from "@typescript-eslint/scope-manager";

* Detect the ObjectType of a given node
* @param context The context of the rule
* @param node The node to check

@@ -69,0 +70,0 @@ * @returns The ObjectType of the node, or undefined if not detected

+4
-4
{
"name": "@eslint-react/var",
"version": "3.0.0-beta.64",
"version": "3.0.0-beta.65",
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",

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

"ts-pattern": "^5.9.0",
"@eslint-react/ast": "3.0.0-beta.64",
"@eslint-react/eff": "3.0.0-beta.64",
"@eslint-react/shared": "3.0.0-beta.64"
"@eslint-react/ast": "3.0.0-beta.65",
"@eslint-react/shared": "3.0.0-beta.65",
"@eslint-react/eff": "3.0.0-beta.65"
},

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