Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/types

Package Overview
Dependencies
Maintainers
1
Versions
858
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/types - npm Package Compare versions

Comparing version 1.5.2-beta.0 to 1.5.2-beta.2

5

dist/index.d.ts

@@ -41,6 +41,7 @@ import { ESLintUtils } from '@typescript-eslint/utils';

type RuleCategory = "complexity" | "correctness" | "debug" | "deprecated" | "nursery" | "pedantic" | "perf" | "restriction" | "security" | "style" | "suspicious" | "verbose";
type RuleCategory = "complexity" | "convention" | "correctness" | "debug" | "deprecated" | "pedantic" | "perf" | "restriction" | "security" | "style" | "suspicious";
type RuleCategoryEmoji = "⛔" | "✔️" | "❌" | "🎨" | "🐞" | "👀" | "📖" | "🔒" | "🚀" | "🤔" | "🤯";
type RuleNamespace = "debug" | "experimental" | "jsx" | "naming-convention" | "react" | "react-hooks";
export type { Cond, CreateRule, RuleCategory, RuleContext, RuleDeclaration, RuleNamespace, RuleOptions, RulePreset, Severity };
export type { Cond, CreateRule, RuleCategory, RuleCategoryEmoji, RuleContext, RuleDeclaration, RuleNamespace, RuleOptions, RulePreset, Severity };

4

package.json
{
"name": "@eslint-react/types",
"version": "1.5.2-beta.0",
"version": "1.5.2-beta.2",
"description": "ESLint React's type definitions.",

@@ -40,3 +40,3 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"@typescript-eslint/utils": ">=6.20.0",
"@eslint-react/tools": "1.5.2-beta.0"
"@eslint-react/tools": "1.5.2-beta.2"
},

@@ -43,0 +43,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc