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

eslint-plugin-react-naming-convention

Package Overview
Dependencies
Maintainers
1
Versions
1338
Alerts
File Explorer

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.27

2

dist/index.js

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

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

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

{
"name": "eslint-plugin-react-naming-convention",
"version": "2.0.0-next.26",
"version": "2.0.0-next.27",
"description": "ESLint React's ESLint plugin for naming convention related rules.",

@@ -44,8 +44,8 @@ "keywords": [

"ts-pattern": "^5.7.1",
"@eslint-react/ast": "2.0.0-next.26",
"@eslint-react/eff": "2.0.0-next.26",
"@eslint-react/kit": "2.0.0-next.26",
"@eslint-react/var": "2.0.0-next.26",
"@eslint-react/shared": "2.0.0-next.26",
"@eslint-react/core": "2.0.0-next.26"
"@eslint-react/ast": "2.0.0-next.27",
"@eslint-react/core": "2.0.0-next.27",
"@eslint-react/kit": "2.0.0-next.27",
"@eslint-react/eff": "2.0.0-next.27",
"@eslint-react/var": "2.0.0-next.27",
"@eslint-react/shared": "2.0.0-next.27"
},

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

"peerDependencies": {
"eslint": "^9.27.0",
"eslint": "^9.28.0",
"typescript": "^4.9.5 || ^5.4.5"

@@ -62,0 +62,0 @@ },