Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@eslint-react/core

Package Overview
Dependencies
Maintainers
1
Versions
2364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/core - npm Package Compare versions

Comparing version
3.0.0-next.56
to
3.0.0-next.57
+3
-3
dist/index.d.ts

@@ -499,3 +499,3 @@ import * as ast from "@eslint-react/ast";

*/
declare function findEnclosingComponentOrHook(node: TSESTree.Node | unit, test?: FindEnclosingComponentOrHookFilter): TSESTree.ArrowFunctionExpression | TSESTree.FunctionDeclarationWithName | TSESTree.FunctionDeclarationWithOptionalName | TSESTree.FunctionExpression | undefined;
declare function findEnclosingComponentOrHook(node: TSESTree.Node | unit, test?: FindEnclosingComponentOrHookFilter): TSESTree.ArrowFunctionExpression | TSESTree.FunctionExpression | TSESTree.FunctionDeclarationWithName | TSESTree.FunctionDeclarationWithOptionalName | undefined;
//#endregion

@@ -698,3 +698,3 @@ //#region src/hierarchy/is-inside-component-or-hook.d.ts

readonly kind: "expression";
readonly node: TSESTree.JSXEmptyExpression | TSESTree.Expression;
readonly node: TSESTree.Expression | TSESTree.JSXEmptyExpression;
readonly toStatic: () => unknown;

@@ -707,3 +707,3 @@ } | {

readonly kind: "spreadChild";
readonly node: TSESTree.JSXEmptyExpression | TSESTree.Expression;
readonly node: TSESTree.Expression | TSESTree.JSXEmptyExpression;
readonly toStatic: () => undefined;

@@ -710,0 +710,0 @@ } | {

{
"name": "@eslint-react/core",
"version": "3.0.0-next.56",
"version": "3.0.0-next.57",
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",

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

"ts-pattern": "^5.9.0",
"@eslint-react/eff": "3.0.0-next.56",
"@eslint-react/ast": "3.0.0-next.56",
"@eslint-react/shared": "3.0.0-next.56",
"@eslint-react/var": "3.0.0-next.56"
"@eslint-react/ast": "3.0.0-next.57",
"@eslint-react/shared": "3.0.0-next.57",
"@eslint-react/eff": "3.0.0-next.57",
"@eslint-react/var": "3.0.0-next.57"
},

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