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

@eslint-react/shared

Package Overview
Dependencies
Maintainers
1
Versions
2633
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
5.13.1
to
5.13.2
+1
-10
dist/index.d.ts
import { z } from "zod/v4";
import { RuleContext } from "@eslint-react/eslint";
//#region src/regexp.d.ts

@@ -145,11 +144,3 @@ /**

declare const decodeSettings: (settings: unknown) => ESLintReactSettings;
declare const normalizeSettings: ({
importSource,
compilationMode,
polymorphicPropName,
version,
additionalStateHooks,
additionalEffectHooks,
...rest
}: ESLintReactSettings) => {
declare const normalizeSettings: ({ importSource, compilationMode, polymorphicPropName, version, additionalStateHooks, additionalEffectHooks, ...rest }: ESLintReactSettings) => {
readonly importSource: string;

@@ -156,0 +147,0 @@ readonly compilationMode: "infer" | "annotation" | "syntax" | "all" | "off";

+4
-4
{
"name": "@eslint-react/shared",
"version": "5.13.1",
"version": "5.13.2",
"description": "ESLint React's Shared constants and functions.",

@@ -35,10 +35,10 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"zod": "^3.25.0 || ^4.0.0",
"@eslint-react/eslint": "5.13.1"
"@eslint-react/eslint": "5.13.2"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/node": "^26.1.0",
"@types/node": "^26.1.1",
"@types/picomatch": "^4.0.3",
"eslint": "^10.6.0",
"tsdown": "^0.22.3",
"tsdown": "^0.22.4",
"typescript": "6.0.3",

@@ -45,0 +45,0 @@ "@local/configs": "0.0.0",