@storybook/addon-actions versions 3.3.5 and 3.3.6 are both Action Logger addons for Storybook, designed to help developers visualize and interact with events triggered within their components. The primary functionality remains consistent: logging actions emitted by components, allowing for easy debugging and understanding of component behavior within the Storybook environment.
Examining the data, the core dependencies between the two versions are identical, including uuid, global, deep-equal, make-error, prop-types, and react-inspector. The peer dependencies also remain the same, requiring react, react-dom, and @storybook/addons at compatible versions. This suggests that the fundamental architecture and compatibility with existing Storybook setups are unchanged. The significant difference lies in the release date, with version 3.3.6 being released on January 8, 2018, a few hours after version 3.3.5.
This small time gap between releases implies that version 3.3.6 likely includes minor bug fixes, performance enhancements, or potentially resolves a critical issue discovered shortly after the release of 3.3.5. While the specific nature of these changes isn't explicitly detailed in the provided data, upgrading to version 3.3.6 is generally recommended to benefit from the latest improvements and ensure stability. Developers using @storybook/addon-actions should consider updating to 3.3.6 for an enhanced debugging experience and to avoid any potential issues present in the earlier 3.3.5 release. Storybook users value stability and ease of use, and this update likely contributes to both.
The are not vulnerabilities for the version 3.3.6 of the package @storybook/addon-actions