@storybook/addon-actions versions 3.3.2 and 3.3.1 represent incremental updates to this essential Storybook addon, simplifying the process of displaying and inspecting actions triggered within your components. Both versions cater to React developers utilizing Storybook for UI development and testing, enabling them to log user interactions like button clicks or form submissions directly within the Storybook environment. This facilitates easier debugging and a clearer understanding of how components behave in response to user input.
The key difference between the two versions lies within a minor dependency update. Version 3.3.2 upgrades the make-error dependency from ^1.3.0 to ^1.3.2. While seemingly small, this update likely addresses bug fixes or performance improvements within the make-error library itself, potentially leading to slightly more robust error handling within the addon.
Aside from this, both versions share the same core functionality and dependencies, including uuid for generating unique identifiers, global for accessing the global scope, deep-equal for comprehensive object comparison, prop-types for type checking component props, and react-inspector for richly displaying data structures. They also maintain compatibility with React, React DOM, and @storybook/addons version 3.3.0 and above. Consequently, developers already using version 3.3.1 shouldn't expect major differences or breaking changes simply upgrading to 3.3.2. The upgrade is, however, recommended to benefit from the improvements in the make-error package.
The are not vulnerabilities for the version 3.3.2 of the package @storybook/addon-actions