Socket
Socket
Sign inDemoInstall

eslint-plugin-react

Package Overview
Dependencies
Maintainers
2
Versions
210
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.0.0

Diff

Changelog

Source

[3.0.0] - 2015-07-21

Added

  • Add jsx-no-duplicate-props rule ([#161][] @hummlas)
  • Add allowMultiline option to the [jsx-curly-spacing][] rule ([#156][] @mathieumg)

Breaking

  • In [jsx-curly-spacing][] braces spanning multiple lines are now allowed with never option ([#156][] @mathieumg)

Fixed

  • Fix multiple var and destructuring handling in [prop-types][] ([#159][])
  • Fix crash when retrieving propType name ([#163][])
yannickcr
published 2.7.1 •

Changelog

Source

[2.7.1] - 2015-07-16

Changed

  • Update peerDependencies requirements ([#154][])
  • Update codebase for ESLint v1.0.0
  • Change oneOfType to actually keep the child types ([#148][] @CalebMorris)
  • Documentation improvements ([#147][] @lencioni)
yannickcr
published 2.7.0 •

Changelog

Source

[2.7.0] - 2015-07-11

Added

  • Add [no-danger][] rule ([#138][] @scothis)
  • Add [jsx-curly-spacing][] rule ([#142][])

Fixed

  • Fix properties limitations on propTypes ([#139][])
  • Fix component detection ([#144][])
yannickcr
published 2.6.4 •

Changelog

Source

[2.6.4] - 2015-07-02

Fixed

  • Fix simple destructuring handling ([#137][])
yannickcr
published 2.6.3 •

Changelog

Source

[2.6.3] - 2015-06-30

Fixed

  • Fix ignore option for [prop-types][] rule ([#135][])
  • Fix nested props destructuring ([#136][])
yannickcr
published 2.6.2 •

Changelog

Source

[2.6.2] - 2015-06-28

Fixed

  • Fix props validation when using a prop as an object key ([#132][])
yannickcr
published 2.6.1 •

Changelog

Source

[2.6.1] - 2015-06-28

Fixed

  • Fix crash in [prop-types][] when encountering an empty variable declaration ([#130][])
yannickcr
published 2.6.0 •

Changelog

Source

[2.6.0] - 2015-06-28

Added

  • Add support for nested propTypes ([#62][] [#105][] @Cellule)
  • Add [require-extension][] rule ([#117][] @scothis)
  • Add support for computed string format in [prop-types][] ([#127][] @Cellule)
  • Add ES6 methods to [sort-comp][] default configuration ([#97][] [#122][])
  • Add support for props destructuring directly on the this keyword
  • Add acceptTranspilerName option to [display-name][] rule ([#75][])
  • Add schema to validate rules options

Changed

  • Update dependencies

Fixed

  • Fix test command for Windows ([#114][] @Cellule)
  • Fix detection of missing displayName and propTypes when ecmaFeatures.jsx is false ([#119][] @rpl)
  • Fix propTypes destructuring with properties as string ([#118][] @Cellule)
  • Fix [jsx-sort-prop-types][] support for keys as string ([#123][] @Cellule)
  • Fix crash if a ClassProperty has only one token ([#125][])
  • Fix invalid class property handling in [jsx-sort-prop-types][] ([#129][])
yannickcr
published 2.5.2 •

Changelog

Source

[2.5.2] - 2015-06-14

Fixed

  • Fix regression in [jsx-uses-vars][] with babel-eslint ([#110][])
yannickcr
published 2.5.1 •

Changelog

Source

[2.5.1] - 2015-06-14

Changed

  • Update dependencies
  • Documentation improvements ([#99][] @morenoh149)

Fixed

  • Fix [prop-types][] crash when propTypes definition is invalid ([#95][])
  • Fix [jsx-uses-vars][] for ES6 classes ([#96][])
  • Fix hasOwnProperty that is taken for a prop ([#102][])
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