@eslint-react/core
Advanced tools
+3
-3
@@ -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 @@ } | { |
+5
-5
| { | ||
| "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": { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed