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 3.16.0 to 3.16.1

7

CHANGELOG.md

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

## [3.16.1] - 2016-01-24
### Fixed
* Fix `jsx-sort-prop-types` issue with custom propTypes ([#408][] @alitaheri)
[3.16.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.0...v3.16.1
[#408]: https://github.com/yannickcr/eslint-plugin-react/issues/408
## [3.16.0] - 2016-01-24

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

2

lib/rules/jsx-sort-prop-types.js

@@ -43,3 +43,3 @@ /**

function getValueName(node) {
return node.value.property.name;
return node.value.property && node.value.property.name;
}

@@ -46,0 +46,0 @@

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