@storybook/addon-actions versions 4.1.12 and 4.1.11 are both Action Logger addons for Storybook, designed to help developers easily display and inspect actions triggered within their stories. Both versions share a similar set of core dependencies, including uuid, global, lodash, core-js, deep-equal, make-error, prop-types, and several @emotion libraries for styling and component composition. They also rely on react-inspector for inspecting component props and @storybook/addons, @storybook/components, and @storybook/core-events for integration with the Storybook environment. Notably, both list React as a peer dependency, underscoring their close ties to React-based projects.
The subtle difference lies in the internal consistency of the Storybook dependencies. Version 4.1.12 aligns with the broader Storybook ecosystem by depending on @storybook/addons, @storybook/components, and @storybook/core-events version 4.1.12 as well, while the previous version, 4.1.11, depends on the same packages with version 4.1.11. Although this is a minor update, developers should consider upgrading to 4.1.12 to ensure maximum compatibility and stability with the rest of their Storybook setup. Both versions provide the same unpacked size, which means the overall contribution of this update is to align versions between packages in the storybook environment. Consider keeping all the packages in the same version to avoid unexpected results.
The are not vulnerabilities for the version 4.1.12 of the package @storybook/addon-actions