Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/shared

Package Overview
Dependencies
Maintainers
1
Versions
775
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/shared - npm Package Versions

1
78

1.0.0

Diff

Changelog

Source

v1.0.0 (Sat Jan 27 2024)

💥 Breaking Changes

All DOM related rules are moved to react-dom namespace
  • Rename rule react/no-children-in-void-dom-elements to react-dom/no-children-in-void-dom-elements.
  • Rename rule react/no-dangerously-set-innerhtml-with-children to react-dom/no-dangerously-set-innerhtml-with-children.
  • Rename rule react/no-dangerously-set-innerhtml to react-dom/no-dangerously-set-innerhtml.
  • Rename rule react/no-find-dom-node to react-dom/no-find-dom-node.
  • Rename rule react/no-missing-button-type to react-dom/no-missing-button-type.
  • Rename rule react/no-missing-iframe-sandbox to react-dom/no-missing-iframe-sandbox.
  • Rename rule react/no-namespace to react-dom/no-namespace.
  • Rename rule react/no-render-return-value to react-dom/no-render-return-value.
  • Rename rule react/no-script-url to react-dom/no-script-url.
  • Rename rule react/no-unsafe-iframe-sandbox to react-dom/no-unsafe-iframe-sandbox.
  • Rename rule react/no-unsafe-target-blank to react-dom/no-unsafe-target-blank.

✨ New

  • Make dom an alias of react-dom preset.
  • Make hooks an alias of react-hooks preset.
  • Add preset jsx and jsx-legacy.
  • Add preset react-dom and dom-legacy.
  • Add preset core and core-legacy.
  • Add preset react-hooks and hooks-legacy.

🐞 Fixes

  • Fix the lint message for rule react-dom/no-dangerously-set-innerhtml.
rel1cx
published 1.0.0-beta.3 •

Changelog

Source

v1.0.0-beta.3 (Fri Jan 26 2024)

🐞 Fixes

  • Fix the name prefix for react-dom rules.
rel1cx
published 1.0.0-beta.2 •

Changelog

Source

v1.0.0-beta.2 (Fri Jan 26 2024)

✨ New

  • Make dom an alias of react-dom preset.
  • Make hooks an alias of react-hooks preset.
rel1cx
published 1.0.0-beta.1 •

Changelog

Source

v1.0.0-beta.1 (Fri Jan 26 2024)

✨ New

  • Add preset jsx and jsx-legacy.
  • Add preset dom and dom-legacy.
  • Add preset core and core-legacy.
  • Add preset hooks and hooks-legacy.
rel1cx
published 1.0.0-beta.0 •

Changelog

Source

v1.0.0-beta.0 (Fri Jan 26 2024)

💥 Breaking Changes

All DOM related rules are moved to react-dom namespace
  • Rename rule react/no-dangerously-set-innerhtml to react-dom/no-dangerously-set-innerhtml.
  • Rename rule react/no-dangerously-set-innerhtml-with-children to react-dom/no-dangerously-set-innerhtml-with-children.
  • Rename rule react/no-find-dom-node to react-dom/no-find-dom-node.
  • Rename rule react/no-missing-button-type to react-dom/no-missing-button-type.
  • Rename rule react/no-missing-iframe-sandbox to react-dom/no-missing-iframe-sandbox.
  • Rename rule react/no-script-url to react-dom/no-script-url.
  • Rename rule react/no-unsafe-iframe-sandbox to react-dom/no-unsafe-iframe-sandbox.
  • Rename rule react/no-unsafe-target-blank to react-dom/no-unsafe-target-blank.
rel1cx
published 0.10.12 •

Changelog

Source

v0.10.12 (Sun Jan 21 2024)

🪄 Improvements

  • Remove unnecessary parserOptions fields from presets.
rel1cx
published 0.10.12-beta.0 •

Changelog

Source

v0.10.12-beta.0 (Sun Jan 21 2024)

🪄 Improvements

  • Remove unnecessary parserOptions fields from presets.
rel1cx
published 0.10.11 •

Changelog

Source

v0.10.11 (Sat Jan 20 2024)

✨ New

  • Add rule react/no-access-state-in-setstate.

🪄 Improvements

  • Improve rule react/no-unused-state to respect the usage of getDerivedStateFromProps.
  • Update @typescript-eslint's packages to 6.19.0.
rel1cx
published 0.10.11-beta.2 •

Changelog

Source

v0.10.11-beta.2 (Fri Jan 19 2024)

✨ New

  • Add rule react/no-access-state-in-setstate.
rel1cx
published 0.10.11-beta.1 •

Changelog

Source

v0.10.11-beta.1 (Tue Jan 16 2024)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.19.0.
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