Socket
Socket
Sign inDemoInstall

eslint-plugin-react

Package Overview
Dependencies
Maintainers
1
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 Compare versions

Comparing version 4.2.2 to 4.2.3

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

## [4.2.3] - 2016-03-15
### Fixed
* Fix class properties retrieval in `prefer-stateless-function` ([#499][])
[4.2.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.2...v4.2.3
[#499]: https://github.com/yannickcr/eslint-plugin-react/issues/499
## [4.2.2] - 2016-03-14

@@ -8,0 +15,0 @@ ### Fixed

1

lib/rules/prefer-stateless-function.js

@@ -46,2 +46,3 @@ /**

switch (node.type) {
case 'ClassExpression':
case 'ClassDeclaration':

@@ -48,0 +49,0 @@ return node.body.body;

2

package.json
{
"name": "eslint-plugin-react",
"version": "4.2.2",
"version": "4.2.3",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",

@@ -5,0 +5,0 @@ "description": "React specific linting rules for ESLint",

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