@eslint/plugin-kit versions 0.3.5 and 0.3.4 are both utility packages designed to streamline the development of ESLint plugins. They share core functionalities, offering developers tools and resources to build custom linting rules and configurations. Both versions include dependencies like "levn", used for parsing configuration data. The packages are authored by Nicholas C. Zakas and are licensed under Apache-2.0, ensuring open-source usage and contribution.
The key difference between the two versions lies in their dependencies on "@eslint/core". Version 0.3.5 upgrades this dependency to "^0.15.2", while version 0.3.4 relies on "^0.15.1". This seemingly small change could introduce crucial updates, bug fixes, and potentially breaking changes within the ESLint core functionality that directly impact plugin development. Developers should carefully assess the changelog of "@eslint/core" between versions 0.15.1 and 0.15.2 to understand the implications for their plugin's compatibility and behavior. While the unpacked size of version 0.3.5 has slightly changed, the differences can be considered negligible. Version 0.3.5 was released on "2025-08-08T10:21:35.983Z", while version 0.3.4 was released earlier, on "2025-07-21T15:31:41.111Z". Therefore, developers building ESLint plugins with @eslint/plugin-kit should be mindful of the updated "@eslint/core" dependency and test their plugins thoroughly after upgrading to version 0.3.5 to ensure seamless integration and optimal performance.
The are not vulnerabilities for the version 0.3.5 of the package @eslint/plugin-kit