React Highlight Words, a component designed to highlight specific terms within a larger text, has seen a recent update from version 0.18.0 to 0.19.0. Both versions share the same core dependencies, including prop-types, memoize-one, and highlight-words-core, ensuring a consistent foundation for highlighting functionality. The developer dependencies, crucial for building and testing the component, also remain largely identical, encompassing tools like Babel, Webpack, and testing frameworks like Karma and Mocha. This consistency suggests that the underlying build and test processes for the component have not undergone significant alterations.
The key differences lie in the "dist" section, specifically the 'unpackedSize' and the 'releaseDate'. The 0.19.0 version has a slightly larger unpacked size (1601001) compared to the 0.18.0 version (1600827) which may indicate minor code additions, optimizations, or potentially updated assets. Furthermore, version 0.19.0 was released on January 22, 2023, while version 0.18.0 was released on April 7, 2022, marking a significant time difference between the two releases. Developers should consider upgrading to version 0.19.0, it includes bug fixes and other improvements. As both versions share the same peer dependencies, upgrading should be relatively straightforward. For developers using React Highlight Words, these subtle changes indicate a maintenance update focusing on optimization and keeping the library current.
The are not vulnerabilities for the version 0.19.0 of the package react-highlight-words