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

eslint-plugin-react-debug

Package Overview
Dependencies
Maintainers
1
Versions
1382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-debug - npm Package Compare versions

Comparing version

to
2.0.0-next.43

2

dist/index.js

@@ -36,3 +36,3 @@ import { getDocsUrl, getSettingsFromContext, DEFAULT_ESLINT_REACT_SETTINGS } from '@eslint-react/shared';

var name2 = "eslint-plugin-react-debug";
var version = "2.0.0-next.39";
var version = "2.0.0-next.43";
var createRule = ESLintUtils.RuleCreator(getDocsUrl("debug"));

@@ -39,0 +39,0 @@

{
"name": "eslint-plugin-react-debug",
"version": "2.0.0-next.39",
"version": "2.0.0-next.43",
"description": "ESLint React's ESLint plugin for debugging related rules.",

@@ -38,17 +38,17 @@ "keywords": [

"dependencies": {
"@typescript-eslint/scope-manager": "^8.33.1",
"@typescript-eslint/type-utils": "^8.33.1",
"@typescript-eslint/types": "^8.33.1",
"@typescript-eslint/utils": "^8.33.1",
"@typescript-eslint/scope-manager": "^8.34.0",
"@typescript-eslint/type-utils": "^8.34.0",
"@typescript-eslint/types": "^8.34.0",
"@typescript-eslint/utils": "^8.34.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.1",
"@eslint-react/ast": "2.0.0-next.39",
"@eslint-react/kit": "2.0.0-next.39",
"@eslint-react/eff": "2.0.0-next.39",
"@eslint-react/var": "2.0.0-next.39",
"@eslint-react/shared": "2.0.0-next.39",
"@eslint-react/core": "2.0.0-next.39"
"@eslint-react/ast": "2.0.0-next.43",
"@eslint-react/eff": "2.0.0-next.43",
"@eslint-react/core": "2.0.0-next.43",
"@eslint-react/shared": "2.0.0-next.43",
"@eslint-react/var": "2.0.0-next.43",
"@eslint-react/kit": "2.0.0-next.43"
},
"devDependencies": {
"@types/react": "^19.1.6",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",

@@ -55,0 +55,0 @@ "tsup": "^8.5.0",