🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@eslint-react/shared

Package Overview
Dependencies
Maintainers
1
Versions
1448
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

to
1.52.3-next.2

6

dist/index.d.ts

@@ -1,2 +0,2 @@

import { _ } from '@eslint-react/eff';
import { unit } from '@eslint-react/eff';
import { RuleContext } from '@eslint-react/kit';

@@ -851,3 +851,3 @@ import { z } from 'zod/v4';

as: string;
defaultValue?: string | _;
defaultValue?: string | unit;
}

@@ -866,3 +866,3 @@ interface CustomComponentNormalized {

importSource: string;
polymorphicPropName: string | _;
polymorphicPropName: string | unit;
skipImportCheck: boolean;

@@ -869,0 +869,0 @@ strict: boolean;

{
"name": "@eslint-react/shared",
"version": "1.52.3-next.1",
"version": "1.52.3-next.2",
"description": "ESLint React's Shared constants and functions.",

@@ -41,4 +41,4 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"zod": "^3.25.64",
"@eslint-react/eff": "1.52.3-next.1",
"@eslint-react/kit": "1.52.3-next.1"
"@eslint-react/eff": "1.52.3-next.2",
"@eslint-react/kit": "1.52.3-next.2"
},

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

Sorry, the diff of this file is not supported yet