@eslint-react/shared
Advanced tools
+2
-3
@@ -1,2 +0,1 @@ | ||
| import { unit } from "@eslint-react/eff"; | ||
| import { z } from "zod/v4"; | ||
@@ -156,3 +155,3 @@ import * as tseslint from "@typescript-eslint/utils/ts-eslint"; | ||
| */ | ||
| declare function toRegExp(string: string | unit): RegExpLike; | ||
| declare function toRegExp(string: string | null | undefined): RegExpLike; | ||
| /** | ||
@@ -251,3 +250,3 @@ * Check whether given string is regexp string | ||
| compilationMode: ESLintReactSettings["compilationMode"] | "off"; | ||
| polymorphicPropName: string | unit; | ||
| polymorphicPropName: string | null; | ||
| additionalStateHooks: RegExpLike; | ||
@@ -254,0 +253,0 @@ additionalEffectHooks: RegExpLike; |
+2
-2
| { | ||
| "name": "@eslint-react/shared", | ||
| "version": "3.0.0-beta.63", | ||
| "version": "3.0.0-beta.64", | ||
| "description": "ESLint React's Shared constants and functions.", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
| "zod": "^4.3.6", | ||
| "@eslint-react/eff": "3.0.0-beta.63" | ||
| "@eslint-react/eff": "3.0.0-beta.64" | ||
| }, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
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
Network access
Supply chain riskThis module accesses the network.
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
24608
-0.12%806
-0.12%+ Added
- Removed