Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

eslint-plugin-react

Package Overview
Dependencies
Maintainers
1
Versions
213
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 2.6.3 to 2.6.4

7

History.md

@@ -0,1 +1,8 @@

2.6.4 / 2015-07-02
==================
* fix simple destructuring handling ([#137][])
[#137]: https://github.com/yannickcr/eslint-plugin-react/issues/137
2.6.3 / 2015-06-30

@@ -2,0 +9,0 @@ ==================

3

lib/rules/prop-types.js

@@ -388,4 +388,2 @@ /**

case 'VariableDeclarator':
type = 'destructuring';
for (var i = 0, j = node.id.properties.length; i < j; i++) {

@@ -398,2 +396,3 @@ if (

}
type = 'destructuring';
properties = node.id.properties[i].value.properties;

@@ -400,0 +399,0 @@ break;

{
"name": "eslint-plugin-react",
"version": "2.6.3",
"version": "2.6.4",
"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