@storybook/addons version 5.3.2 represents a minor update to the Storybook addon system, building upon the foundation laid by version 5.3.1. Both versions serve as the central store for Storybook addons, crucial components that extend Storybook's functionality and provide developers with tools for UI development, testing, and documentation. The core dependencies remain consistent between the two versions, including global, core-js, @storybook/api, util-deprecate, @storybook/channels, @storybook/core-events, and @storybook/client-logger. This indicates that the fundamental architecture and core functionality of the addon system haven't undergone significant changes.
The key differentiator lies in the updated versions of internal Storybook packages. Version 5.3.2 utilizes @storybook/api, @storybook/channels, @storybook/core-events, and @storybook/client-logger at version 5.3.2, while the previous version used 5.3.1. These updates likely contain bug fixes, performance enhancements, or minor feature improvements within those specific modules. For developers, this means a potentially more stable or performant addon experience. While the devDependencies, such as @types/util-deprecate, and the fundamental structure remain the same, users of the addon API should be aware of changes within those core Storybook packages. Check the changelogs for each of those packages of Storybook for more detailed information about the features that have been updated. The newer version was released one day after the first one, so it is advisable to update to the latest stable version.
The are not vulnerabilities for the version 5.3.2 of the package @storybook/addons