@storybook/addon-actions is a valuable tool for React developers using Storybook, providing visual feedback when users interact with components. Versions 6.4.12 and 6.4.13 share the same core functionality: delivering UI updates when actions are triggered within interactive elements. Both versions include essential dependencies like global, lodash, core-js, polished, and telejson for robust functionality. They also share developer dependencies such as @types/lodash and @types/webpack-env. Crucially, both versions maintain compatibility with React versions 16.8.0 and 17.0.0, ensured by their peer dependencies. Both rely on Storybook's ecosystem, incorporating @storybook/api, @storybook/csf, @storybook/addons, @storybook/theming, @storybook/components, and @storybook/core-events.
The notable difference lies in the version updates of the internal Storybook packages. Version 6.4.13 depends on @storybook/api, @storybook/addons, @storybook/theming, @storybook/components, and @storybook/core-events at version 6.4.13, while version 6.4.12 depends on the same packages at version 6.4.12. This change likely indicates bug fixes and improvements rolled out across the Storybook core. For developers, upgrading to 6.4.13 ensures access to these potential enhancements within the Storybook environment, providing a more stable and feature-rich development experience. Version 6.4.13 was released on January 15, 2022, a few days after version 6.4.12 released on January 11, 2022.
The are not vulnerabilities for the version 6.4.13 of the package @storybook/addon-actions