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/shared

Package Overview
Dependencies
Maintainers
1
Versions
2355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/shared - npm Package Compare versions

Comparing version
3.0.0-beta.63
to
3.0.0-beta.64
+2
-3
dist/index.d.ts

@@ -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": {