@storybook/addons is a vital package for extending the functionality of Storybook, a popular open-source tool for developing UI components in isolation. Examining versions 5.3.18 and 5.3.19 reveals subtle but important updates. The core functionality, described as the "Storybook addons store," remains consistent, providing a central hub for managing and interacting with addons. Both versions share the same fundamental dependencies, including global, core-js, @storybook/api, util-deprecate, @storybook/channels, @storybook/core-events, and @storybook/client-logger. This indicates a stable underlying architecture.
However, upgrading to version 5.3.19 brings benefits. The key difference lies in the synchronized versions of its Storybook-related dependencies. Version 5.3.19 aligns @storybook/api, @storybook/channels, @storybook/core-events, and @storybook/client-logger to *itself* (5.3.19). Whilst version 5.3.18 aligns those dependencies to *itself* (5.3.18). It signals bug fixes and improvements across the Storybook ecosystem. Developers will appreciate this synchronization, which promotes consistent behavior and reduces the risk of compatibility issues between different Storybook packages. Moreover, version 5.3.19, released in May 2020, incorporates several weeks of accumulated fixes compared to version 5.3.18 released in March 2020. This updated version ensures developers have access to the most up-to-date and reliable addons ecosystem for their component development workflows. Developers should upgrade to benefit from robustness and potential performance enhancements.
The are not vulnerabilities for the version 5.3.19 of the package @storybook/addons