You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@eslint-react/ast

Package Overview
Dependencies
Maintainers
1
Versions
1479
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/ast - npm Package Versions

1
141143
148

1.0.0-beta.0

Diff
r
rel1cx
published 1.0.0-beta.0 •

Changelog

Source

v1.0.0-beta.0 (2024-01-26)

💥 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
r
rel1cx
published 0.10.12 •

Changelog

Source

v0.10.12 (2024-01-21)

🪄 Improvements

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

Changelog

Source

v0.10.12-beta.0 (2024-01-21)

🪄 Improvements

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

Changelog

Source

v0.10.11 (2024-01-20)

✨ 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
r
rel1cx
published 0.10.11-beta.2 •

Changelog

Source

v0.10.11-beta.2 (2024-01-19)

✨ New

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

Changelog

Source

v0.10.11-beta.1 (2024-01-16)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.19.0
r
rel1cx
published 0.10.11-beta.0 •

Changelog

Source

v0.10.11-beta.0 (2024-01-15)

🪄 Improvements

  • Improve rule react/no-unused-state to respect the usage of getDerivedStateFromProps
r
rel1cx
published 0.10.10 •

Changelog

Source

v0.10.10 (2024-01-14)

🪄 Improvements

  • Improve rule react/no-unused-state to support checking for more cases
  • Improve rule react/no-direct-mutation-state to support checking for more cases
  • Improve rule react/no-unused-class-component-members to support checking for more cases
r
rel1cx
published 0.10.10-beta.0 •

Changelog

Source

v0.10.10-beta.0 (2024-01-14)

🪄 Improvements

  • Improve rule react/no-unused-state to support checking for more cases
  • Improve rule react/no-direct-mutation-state to support checking for more cases
  • Improve rule react/no-unused-class-component-members to support checking for more cases
r
rel1cx
published 0.10.9 •

Changelog

Source

v0.10.9 (2024-01-12)

🐞 Fixes

  • Fix bundle size is larger than expected