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/shared

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/shared - npm Package Versions

1
142144
148

0.10.8

Diff
r
rel1cx
published 0.10.8 •

Changelog

Source

v0.10.8 (2024-01-11)

🐞 Fixes

  • Fix version format in v0.10.7's package.json
r
rel1cx
published 0.10.7 •

Changelog

Source

v0.10.7 (2024-01-11)

✨ New

  • Add rule react/no-unused-state
r
rel1cx
published 0.10.6 •

Changelog

Source

v0.10.6 (2024-01-09)

🐞 Fixes

  • Fix an issue where react/no-constructed-context-value and react/no-unstable-default-props would report false negatives when using LogicalExpression and ConditionalExpression
r
rel1cx
published 0.10.6-beta.0 •

Changelog

Source

v0.10.6-beta.0 (2024-01-08)

🐞 Fixes

  • Fix an issue where react/no-constructed-context-value and react/no-unstable-default-props would report false negatives when using LogicalExpression and ConditionalExpression
r
rel1cx
published 0.10.5 •

Changelog

Source

v0.10.5 (2024-01-08)

✨ New

  • Add rule react/no-unused-class-component-members

🪄 Improvements

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

Changelog

Source

v0.10.5-beta.0 (2024-01-07)

✨ New

  • Add rule react/no-unused-class-component-members

🪄 Improvements

  • Update @typescript-eslint's packages to 6.18.0
r
rel1cx
published 0.10.4 •

Changelog

Source

v0.10.4 (2024-01-06)

🪄 Improvements

  • Improve rule react/no-unstable-default-props to support checking for ObjectPatterns within VariableDeclarators that occur on props
  • Improve function component detection in rule react/no-unstable-nested-components and debug/function-component

🐞 Fixes

  • Fix same kind of error inside a component should not only be reported once in rule react/no-create-ref and react/no-constructed-context-value
  • Fix an issue where render functions wrapped in useCallback were accidentally detected as function components in rules react/no-unstable-nested-components and debug/function-component
r
rel1cx
published 0.10.4-beta.1 •

Changelog

Source

v0.10.4-beta.1 (2024-01-06)

🪄 Improvements

  • Improve function component detection in rule react/no-unstable-nested-components and debug/function-component

🐞 Fixes

  • Fix an issue where render functions wrapped in useCallback were accidentally detected as function components in rules react/no-unstable-nested-components and debug/function-component
r
rel1cx
published 0.10.4-beta.0 •

Changelog

Source

v0.10.4-beta.0 (2024-01-06)

🪄 Improvements

  • Improve rule react/no-unstable-default-props to support checking for ObjectPatterns within VariableDeclarators that occur on props

🐞 Fixes

  • Fix same kind of error inside a component should not only be reported once in rule react/no-create-ref and react/no-constructed-context-value
r
rel1cx
published 0.10.3 •

Changelog

Source

v0.10.3 (2024-01-05)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.17.0