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

eslint-plugin-react-hooks-extra

Package Overview
Dependencies
Maintainers
1
Versions
1282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-hooks-extra - npm Package Versions

1
125126127129

1.5.1

Diff
rel1cx
published 1.5.1 •

Changelog

Source

v1.5.1 (2024-01-29)

✨ New

  • Add off-dom and off-dom-legacy presets to disable all DOM related rules

🪄 Improvements

  • Reduce dependencies size
rel1cx
published 1.5.1-beta.0 •
rel1cx
published 1.5.1-next.1 •
rel1cx
published 1.5.0 •

Changelog

Source

v1.5.0 (2024-01-29)

💥 Breaking Changes

  • Remove rule max-depth
  • Rename rule no-spreading-key to no-implicit-key
  • Rename rule no-constructed-context-value to no-unstable-context-value
  • Rename rule no-unstable-nested-components to no-nested-components
  • Switch to new name prefix of rules in @eslint-react/eslint-plugin
    • Replace jsx/ with `` in rule names
    • Replace react/ with `` in rule names
    • Replace react-dom/ with dom/ in rule names
    • Replace react-hooks/ with hooks-extra/ in rule names
  • Switch to new settings schema
    • Put settings under reactOptions instead of eslintReact
    • Replace jsx.pragma with jsxPragma
    • Replace jsx.fragment with jsxPragmaFrag
    • Replace react.version with version
    • Remove jsx.extensions
rel1cx
published 1.5.0-beta.2 •
rel1cx
published 1.5.0-beta.1 •
rel1cx
published 1.5.0-beta.0 •
rel1cx
published 1.5.0-next.3 •
rel1cx
published 1.5.0-next.2 •
rel1cx
published 1.5.0-next.1 •