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.1 to 2.6.2

7

History.md

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

2.6.2 / 2015-06-28
==================
* fix props validation when using a prop as an object key (fixes #132)
[#132]: https://github.com/yannickcr/eslint-plugin-react/issues/132
2.6.1 / 2015-06-28

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

2

lib/rules/prop-types.js

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

return property.name;
case 'MemberExpression':
return void 0;
case 'Literal':

@@ -343,0 +345,0 @@ // Accept computed properties that are literal strings

2

package.json
{
"name": "eslint-plugin-react",
"version": "2.6.1",
"version": "2.6.2",
"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