Eslint-plugin-standard, a popular tool for integrating the Standard linter with ESLint, saw a minor but potentially impactful update with the release of version 1.3.0. Released on August 26, 2015, it followed version 1.2.0, which was released earlier that month on August 3rd. While both versions share the same core purpose and maintain compatibility with ESLint version 1.0.0 (specified as a peer dependency), a key distinction lies in their dependencies. Version 1.2.0 relies on the requireindex package, version 1.3.0 removes that dependencies.
Developers considering which version to use should note this difference. The removal of the direct dependency in version 1.3.0 could lead to slightly smaller installation size and potentially faster dependency resolution during project setup. Otherwise, both versions offer the same core functionality: enforcing Standard's coding style rules within ESLint. Both depend on eslint-tester, mocha, and standard in their development dependencies. Consider the release date if there were any newly introduced or resolved issues.
The are not vulnerabilities for the version 1.3.0 of the package eslint-plugin-standard