eslint-config-standard-react provides ESLint configurations tailored for React and JSX projects adhering to JavaScript Standard Style. Version 4.0.2 was released on September 16, 2016, shortly after version 4.0.1 which was released on September 10, 2016. The core functionality, focused on enforcing consistent code style in React applications, remains consistent between the two versions. Both versions depend on eslint-config-standard-jsx for JSX-specific rules and include development dependencies like eslint, eslint-plugin-react, and tape for linting and testing. A key difference lies in the peer dependency requirement for ESLint. Version 4.0.1 specifies "eslint": ">=2.0.0", while version 4.0.2 tightens this requirement to "eslint": ">=3.0.0". This indicates a crucial update: developers upgrading to 4.0.2 must ensure they are using ESLint version 3.0.0 or higher. If you are still using an older version of ESLint (2.x) you should consider staying with version 4.0.1 or upgrading ESLint to ensure compatibility. This change has implications for existing projects, as developers may need to update their ESLint installation to benefit from bug fixes, new features and potential compatibility updates offered by the latest release of eslint-config-standard-react. Both versions support similar range of eslint-plugin-react, enforcing best practices and code style for React components.
The are not vulnerabilities for the version 4.0.2 of the package eslint-config-standard-react