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
0
Versions
829
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-x - npm Package Versions

1
35
82

1.30.2

Diff
rel1cx
published 1.30.2 •

Changelog

Source

v1.30.2 (2025-03-05)

🐞 Fixes

  • fix(plugins/hooks-extra): misidentification of set function in IIFE inside of hooks as its inside of useEffect, useLayoutEffect, closes #967 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968
rel1cx
published 1.30.2-beta.1 •
rel1cx
published 1.30.2-next.1 •
rel1cx
published 1.30.2-next.0 •
rel1cx
published 1.30.1 •

Changelog

Source

v1.30.1 (2025-03-04)

🐞 Fixes

  • fix(utilities/var): fix variable init node retrieval, fixes #964 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965

🪄 Improvements

  • refactor(plugins/hooks-extra): improve code reusability by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/963

New Contributors

  • @mrginglymus made their first contribution in https://github.com/Rel1cx/eslint-react/pull/964
rel1cx
published 1.30.1-beta.1 •
rel1cx
published 1.30.1-next.1 •
rel1cx
published 1.30.1-beta.0 •
rel1cx
published 1.30.1-next.0 •
rel1cx
published 1.30.0 •

Changelog

Source

v1.30.0 (2025-03-03)

✨ New

  • feat: add naming-convention/use-state and naming-convention/context-name to recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/956

🐞 Fixes

  • fix: correct readonly checks and test cases in prefer-read-only-props by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/957
  • fix: rework naming-convention/component-name rule to follow eslint-plugin-react-hooks@5.0 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/959

    Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid.

  • fix: naming-convention/use-state fails with multiple words, closes #960 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/961