Jest Image Snapshot, a popular Jest matcher for visual regression testing, saw a minor version update from 2.8.1 to 2.8.2. Both versions share the same core dependencies, including 'chalk' for terminal styling, 'pngjs' for PNG image handling, 'lodash' for utility functions, 'mkdirp' for directory creation, 'rimraf' for file deletion, 'get-stdin' for retrieving standard input, and 'pixelmatch' for pixel-by-pixel image comparison. Similarly, development dependencies like testing framework 'jest', linter 'eslint', and related tools remained consistent.
The peer dependency on 'jest' also remained the same, specifying compatibility with versions 20 through 24. The author, license (Apache-2.0), and repository information also remained unchanged.
The key differences appear in the 'dist' section. Version 2.8.2 was released on May 16, 2019, whereas 2.8.1 was released on February 11, 2019. The 'fileCount' decreased from 42 to 41 files, this could suggest internal file reorganization or consolidation. 'unpackedSize' also increased slightly from 3162821 bytes to 3164279 bytes, hinting at minor code additions or modifications.
For developers using Jest Image Snapshot, the 2.8.2 update represents a minor refinement. While functionality remains largely the same, the updated release provides the latest bug fixes and internal improvements. Reviewing the detailed changelog (typically available on the project's GitHub repository) is recommended for comprehensive understanding of the changes.
The are not vulnerabilities for the version 2.8.2 of the package jest-image-snapshot