The yaml-eslint-parser package, designed to bridge the gap between YAML parsing and ESLint's static analysis capabilities, saw a minor version update from 0.0.4 to 0.0.5. Both versions share the same core functionality: providing a YAML parser that generates output readily digestible by ESLint, enabling linting and style checking of YAML files within an ESLint workflow. Crucially, the core dependencies remain consistent, with both versions relying on yaml for YAML parsing, yaml-unist-parser for generating a Unist-compatible AST, and eslint-visitor-keys for traversing the AST. The developer tooling also remains identical, demonstrating a stable development environment utilizing testing frameworks like Mocha, coverage tools such as NYC, and ESLint itself, alongside TypeScript and Prettier.
The primary difference between versions 0.0.4 and 0.0.5 lies in the dist section of the package metadata, specifically the unpackedSize. Version 0.0.5 has an unpacked size of 41892 bytes, a slight increase from version 0.0.4's 40782 bytes. This suggests that the newer version likely contains minor code refinements, bug fixes, or potentially small feature additions that impact the overall size. While these changes aren't explicitly detailed in the metadata, the update indicates an improvement or refinement that developers seeking the most up-to-date and potentially stable version should consider. Furthermore, version 0.0.5 was released on "2020-08-01T09:32:29.984Z" while version 0.0.4 was released on "2020-07-31T03:55:00.864Z". Therefore, developers should update to the newest version.
The are not vulnerabilities for the version 0.0.5 of the package yaml-eslint-parser