@storybook/addon-actions versions 6.5.2 and 6.5.0 both serve the same core purpose: providing UI feedback when actions are performed on interactive Storybook elements. They help developers visualize and verify interactions within their components, ensuring proper event handling and state changes. Both versions supports React versions 16.8.0, 17 and 18. They share identical developer dependencies, including types for lodash and webpack environments, and also include dependencies such as lodash, core-js, polished, telejson, ts-dedent, prop-types, uuid-browser, util-deprecate, fast-deep-equal, react-inspector, andregenerator-runtime. Also, they both contain dependencies to other storybook packages such as @storybook/api, @storybook/csf, @storybook/addons, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/client-logger.
The key difference lies in the internal dependencies versions such as @storybook/api, @storybook/addons, @storybook/theming, @storybook/components, @storybook/core-events, @storybook/client-logger, which are bumped to version 6.5.2 in the newer release. This suggests bug fixes, performance improvements or feature additions within Storybook's core architecture reflected in these packages, are included in the 6.5.2 addon-actions. Package @storybook/csf has also an bump in the version. Typically, patch releases like this (6.5.0 to 6.5.2) focus on stabilty rather than new functionalities. Developers upgrading should expect a more refined experience and potentially resolution of edge-case issues encountered in 6.5.0. The 6.5.2 version was released one day after the 6.5.0.
The are not vulnerabilities for the version 6.5.2 of the package @storybook/addon-actions