You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

eslint-plugin-react-naming-convention

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-naming-convention - npm Package Compare versions

Comparing version

to
2.0.0-next.43

@@ -32,3 +32,3 @@ import * as AST from '@eslint-react/ast';

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

@@ -35,0 +35,0 @@

{
"name": "eslint-plugin-react-naming-convention",
"version": "2.0.0-next.39",
"version": "2.0.0-next.43",
"description": "ESLint React's ESLint plugin for naming convention 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/eff": "2.0.0-next.39",
"@eslint-react/kit": "2.0.0-next.39",
"@eslint-react/shared": "2.0.0-next.39",
"@eslint-react/core": "2.0.0-next.39",
"@eslint-react/var": "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/kit": "2.0.0-next.43",
"@eslint-react/var": "2.0.0-next.43",
"@eslint-react/shared": "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",