New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-x

Package Overview
Dependencies
Maintainers
1
Versions
728
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.5.23 to 1.5.24-next.0

18

package.json
{
"name": "eslint-plugin-react-x",
"version": "1.5.23",
"version": "1.5.24-next.0",
"description": "ESLint React's ESLint plugin for React related rules.",

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

"license": "MIT",
"author": "Eva1ent<let@ik.me>",
"author": "Eva1ent<rel1cx@proton.me>",
"sideEffects": false,

@@ -44,9 +44,9 @@ "exports": {

"is-immutable-type": "4.0.0",
"@eslint-react/core": "1.5.23",
"@eslint-react/ast": "1.5.23",
"@eslint-react/jsx": "1.5.23",
"@eslint-react/shared": "1.5.23",
"@eslint-react/tools": "1.5.23",
"@eslint-react/var": "1.5.23",
"@eslint-react/types": "1.5.23"
"@eslint-react/ast": "1.5.24-next.0",
"@eslint-react/core": "1.5.24-next.0",
"@eslint-react/jsx": "1.5.24-next.0",
"@eslint-react/types": "1.5.24-next.0",
"@eslint-react/tools": "1.5.24-next.0",
"@eslint-react/shared": "1.5.24-next.0",
"@eslint-react/var": "1.5.24-next.0"
},

@@ -53,0 +53,0 @@ "devDependencies": {

@@ -88,3 +88,2 @@ # eslint-plugin-react-x

| `no-comment-textnodes` | Prevents comments from being inserted as text nodes. | 👀 | | |
| `no-complicated-conditional-rendering` | Prevents complicated conditional rendering in JSX. | 🤯 | | ❌ |
| `no-component-will-mount` | Prevents usage of `componentWillMount`. | ⛔ | | |

@@ -96,3 +95,2 @@ | `no-component-will-receive-props` | Prevents usage of `componentWillReceiveProps`. | ⛔ | | |

| `no-duplicate-key` | Prevents duplicate `key` props on elements in the same array or a list of `children`. | ✔️ | | |
| `no-implicit-key` | Prevents `key` prop from not being explicitly specified (e.g. spreading `key` prop from objects). | 👀 | | ❌ |
| `no-leaked-conditional-rendering` | Prevents problematic leaked values from being rendered. | 👀 | 💭 | |

@@ -99,0 +97,0 @@ | `no-missing-component-display-name` | Enforces that all components have a `displayName` which can be used in devtools. | 🐞 | | |

Sorry, the diff of this file is too big to display

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