@storybook/addons versions 5.0.3 and 5.0.2 are incremental releases of the Storybook addons store, a crucial component for extending Storybook's functionality. Both versions share a similar foundation, built upon core libraries like global, core-js, and util-deprecate for enhanced JavaScript compatibility and utility functions. They also rely on internal Storybook packages: @storybook/channels for communication and @storybook/client-logger for providing feedback and debugging information. Developers using either version will find a familiar API for managing and interacting with Storybook addons.
The key difference lies in the synchronized versions of its dependent packages: @storybook/channels and @storybook/client-logger. Version 5.0.3 aligns with channels v5.0.3 and client-logger v5.0.3 , while version 5.0.2 uses channels v5.0.2 and client-logger v5.0.2. This indicates a focused effort to ensure compatibility amongst Storybook's core modules. Users upgrading to 5.0.3 likely benefit from internal improvements or bug fixes within the channels and client-logger packages, potentially leading to a more stable and efficient development experience. Both versions maintain identical devDependencies and have the same file count, unpacked size, and license. Essentially, the update addresses internal dependencies within the Storybook ecosystem and provides potential refined quality and reliability of addon management. The releaseDate reveals that version 5.0.3 came out approximately one day after version after version 5.0.2. .
The are not vulnerabilities for the version 5.0.3 of the package @storybook/addons