Socket
Socket
Sign inDemoInstall

eslint-plugin-react

Package Overview
Dependencies
Maintainers
2
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react - npm Package Versions

1
21

3.13.0

Diff

Changelog

Source

[3.13.0] - 2015-12-24

Added

  • Add [no-string-refs][] rule ([#341][] @Intellicode)
  • Add support for propTypes assigned via a variable in [prop-types][] ([#355][])

Fixed

  • Fix never option in [prefer-es6-class][]
  • Fix [jsx-key][] false-positives ([#320][] @silvenon)

Changed

  • Documentation improvements ([#368][] @lencioni, [#370][] @tmcw, [#371][])
  • Update dependencies
yannickcr
published 3.12.0 •

Changelog

Source

[3.12.0] - 2015-12-20

Added

  • Add [no-deprecated][] rule ([#356][] @graue)
  • Add [no-is-mounted][] rule ([#37][] @lencioni)
  • Add never option to [prefer-es6-class][] rule ([#359][] @pwmckenna)

Fixed

  • Fix [jsx-pascal-case][] to stop checking lower cased components ([#329][])
  • Fix crash in component detection class ([#364][])

Changed

  • Add link to eslint-plugin-react-native in Readme
  • Update dependencies
yannickcr
published 3.11.3 •

Changelog

Source

[3.11.3] - 2015-12-05

Fixed

  • Fix crash in [prop-types][] when reassigning props ([#345][])
  • Fix [jsx-handler-names][] for stateless components ([#346][])

Changed

  • Update [jsx-handler-names][] error messages to be less specific ([#348][] @jakemmarsh)
yannickcr
published 3.11.2 •

Changelog

Source

[3.11.2] - 2015-12-01

Fixed

  • Allow numbers in [jsx-pascal-case][] ([#339][])
  • Fix [jsx-handler-names][] crash with arrays ([#340][])

Changed

  • Add allow-in-func option to [no-did-update-set-state][] documentation
yannickcr
published 3.11.1 •

Changelog

Source

[3.11.1] - 2015-11-29

Fixed

  • Fix SVG attributes support for [no-unknown-property][] ([#338][])
yannickcr
published 3.11.0 •

Changelog

Source

[3.11.0] - 2015-11-29

Added

  • Add [jsx-handler-names][] rule ([#315][] @jakemmarsh)
  • Add SVG attributes support to [no-unknown-property][] ([#318][])
  • Add shorthandFirst option to [jsx-sort-props][] ([#336][] @lucasmotta)

Fixed

  • Fix destructured props detection in stateless components ([#326][])
  • Fix props validation for nested stateless components ([#331][])
  • Fix [require-extension][] to ignore extension if it's part of the package name ([#319][])

Changed

  • Allow consecutive uppercase letters in [jsx-pascal-case][] ([#328][] @lencioni)
  • Update dependencies
yannickcr
published 3.10.0 •

Changelog

Source

[3.10.0] - 2015-11-21

Added

  • Add [jsx-pascal-case][] rule ([#306][] @jakemmarsh)

Fixed

  • Fix crash on incomplete class property declaration ([#317][] @dapetcu21)
  • Fix crash with ESLint 1.10.0 ([#323][] @lukekarrys)
yannickcr
published 3.9.0 •

Changelog

Source

[3.9.0] - 2015-11-17

Added

  • Add [jsx-key][] rule ([#293][] @benmosher)
  • Add allow-in-func option to [no-did-update-set-state][] ([#300][])
  • Add option to only enforce [jsx-closing-bracket-location][] rule to one type of tag (nonEmpty or selfClosing) ([#307][])

Fixed

  • Fix crash when destructuring with only the rest spread ([#269][])
  • Fix variables detection when searching for related components ([#303][])
  • Fix [no-unknown-property][] to not check custom elements ([#308][] @zertosh)

Changed

  • Improve [jsx-closing-bracket-location][] error message ([#301][] @alopatin)
  • Update dependencies
yannickcr
published 3.8.0 •

Changelog

Source

[3.8.0] - 2015-11-07

Added

  • Add ignoreStateless option to [no-multi-comp][] ([#290][])

Fixed

  • Fix classes with properties to always be marked as components ([#291][])
  • Fix ES5 class detection when using createClass by itself ([#297][])
  • Fix direct props detection ([#298][])
  • Ignore functions containing the keyword this during component detection
yannickcr
published 3.7.1 •

Changelog

Source

[3.7.1] - 2015-11-05

Fixed

  • Fix [sort-comp][] crash on stateless components ([#285][])
  • Fix crash in ES5 components detection ([#286][])
  • Fix ES5 components detection from nested functions ([#287][])
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