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

@eslint-react/kit

Package Overview
Dependencies
Maintainers
1
Versions
226
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
1.38.0-beta.5

9

dist/index.d.ts

@@ -53,8 +53,3 @@ import { _ } from '@eslint-react/eff';

*/
type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC";
/**
* Rule status.
* @since 1.36.0
*/
type RuleStatus = "stable" | "experimental" | "deprecated" | "removed";
type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC" | "EXP";

@@ -71,2 +66,2 @@ /**

export { REACT_BUILD_IN_HOOKS, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, type RuleContext, type RuleDeclaration, type RuleFeature, type RulePreset, type RuleSeverity, type RuleStatus, createReport, isInEditorEnv, isInGitHooksOrLintStaged };
export { REACT_BUILD_IN_HOOKS, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, type RuleContext, type RuleDeclaration, type RuleFeature, type RulePreset, type RuleSeverity, createReport, isInEditorEnv, isInGitHooksOrLintStaged };
{
"name": "@eslint-react/kit",
"version": "1.38.0-beta.4",
"version": "1.38.0-beta.5",
"description": "ESLint React's Plugin Kit for building plugins and rules.",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"ts-pattern": "^5.6.2",
"@eslint-react/eff": "1.38.0-beta.4"
"@eslint-react/eff": "1.38.0-beta.5"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet