Eslint-plugin-vuejs-accessibility has released version 0.5.0, building upon the foundation of version 0.4.0 to enhance accessibility checks within Vue.js projects. Both versions offer a crucial service:linting Vue.js templates and scripts, ensuring developers create more inclusive and accessible web applications. The core functionality, checking for accessibility issues, is maintained across both releases, leveraging dependencies like aria-query, emoji-regex, and vue-eslint-parser.
A key difference resides in the development dependencies. Version 0.5.0 updates the prettier dependency to version 2.1.1 and pretty-quick to 3.0.0, possibly indicating enhancements in code formatting and pre-commit hooks for maintaining code quality across the project, whereas version 0.4.0 uses prettier version 2.0.5 and pretty-quick version 2.0.1. This update can impact the automatic code formatting and consistency within a project adopting the newer version. The update in version 0.5.0 also contains one additonal file and has a bigger unpacked size, 100221 compared against the 97656 of the version 0.4.0. Developers should note that both versions support eslint versions ^5.0.0 || ^6.0.0 || ^7.0.0 as peer dependencies. Both packages are under the MIT license, authored by Kevin Deisz. The newer version was released on 2020-09-05 while the older on 2020-08-15.
The are not vulnerabilities for the version 0.5.0 of the package eslint-plugin-vuejs-accessibility