🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eslint-react/var

Package Overview
Dependencies
Maintainers
1
Versions
2587
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
5.14.8
to
5.14.9
+2
-2
dist/index.js

@@ -147,5 +147,5 @@ import { Check, Compare, Extract, Traverse } from "@eslint-react/ast";

}
if (callee.type === AST_NODE_TYPES.MemberExpression && callee.object.type === AST_NODE_TYPES.Identifier && callee.property.type === AST_NODE_TYPES.Identifier) {
if (callee.type === AST_NODE_TYPES.MemberExpression && callee.object.type === AST_NODE_TYPES.Identifier) {
const objName = callee.object.name;
const methodName = callee.property.name;
const methodName = Extract.getCalleeName(node);
switch (objName) {

@@ -152,0 +152,0 @@ case "Array":

{
"name": "@eslint-react/var",
"version": "5.14.8",
"version": "5.14.9",
"description": "ESLint React's TSESTree AST utility module for static analysis of variables.",

@@ -36,4 +36,4 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"ts-pattern": "^5.9.0",
"@eslint-react/ast": "5.14.8",
"@eslint-react/eslint": "5.14.8"
"@eslint-react/eslint": "5.14.9",
"@eslint-react/ast": "5.14.9"
},

@@ -44,3 +44,3 @@ "devDependencies": {

"eslint": "^10.7.0",
"tsdown": "^0.22.5",
"tsdown": "^0.22.7",
"typescript": "6.0.3",

@@ -47,0 +47,0 @@ "vitest": "^4.1.10",