Socket
Socket
Sign inDemoInstall

eslint-plugin-react-refresh

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-refresh - npm Package Versions

23

0.4.11

Diff

Changelog

Source

0.4.11

  • Ignore type exports (ex. export type foo = string;) (fixes #47)
arnaud-barre
published 0.4.10 •

Changelog

Source

0.4.10

  • Support function Foo() {}; export default React.memo(Foo) (#46) (thanks @SukkaW!)
arnaud-barre
published 0.4.9 •

Changelog

Source

0.4.9

  • Support function Foo() {}; export default memo(Foo) (fixes #44)
arnaud-barre
published 0.4.8 •

Changelog

Source

0.4.8

  • Support export const foo = -1 with allowConstantExport (fixes #43)
arnaud-barre
published 0.4.7 •

Changelog

Source

0.4.7

  • Support export { Component as default } (fixes #41)
arnaud-barre
published 0.4.6 •

Changelog

Source

0.4.6

  • Ignore cypress test files (#39)
arnaud-barre
published 0.4.5 •

Changelog

Source

0.4.5

  • Allow TaggedTemplateExpression for styled components (fixes #32)
arnaud-barre
published 0.4.4 •

Changelog

Source

0.4.4

  • Add allowExportNames option (fixes #29)
  • Support memo default export function components (fixes #27)
  • Warn on export expressions that are not React component (array, object, logical expression, ...) (fixes #26)
arnaud-barre
published 0.4.3 •

Changelog

Source

0.4.3

  • Add warning for TS enums exports
arnaud-barre
published 0.4.2 •

Changelog

Source

0.4.2

  • Fix typos in messages (#15, #16). Thanks @adamschachne & @janikga!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc