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

@eslint-react/kit

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/kit - npm Package Compare versions

Comparing version

to
2.0.0-beta.15

2

dist/index.d.ts

@@ -91,3 +91,3 @@ import * as typescript from 'typescript';

jsxQuoteStyle: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"single">, z.ZodMiniLiteral<"double">]>>;
}, {}>;
}, {}, {}>;

@@ -94,0 +94,0 @@ /**

{
"name": "@eslint-react/kit",
"version": "2.0.0-beta.14",
"version": "2.0.0-beta.15",
"description": "ESLint React's plugin kit for building plugins and rules.",

@@ -30,6 +30,6 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"dependencies": {
"@typescript-eslint/utils": "^8.31.1",
"@zod/mini": "^4.0.0-beta.20250503T014749",
"@typescript-eslint/utils": "^8.32.0",
"@zod/mini": "^4.0.0-beta.20250505T195954",
"ts-pattern": "^5.7.0",
"@eslint-react/eff": "2.0.0-beta.14"
"@eslint-react/eff": "2.0.0-beta.15"
},

@@ -39,3 +39,3 @@ "devDependencies": {

"tsup": "^8.4.0",
"type-fest": "^4.40.1",
"type-fest": "^4.41.0",
"@local/configs": "0.0.0"

@@ -42,0 +42,0 @@ },