@storybook/addon-links is a valuable tool for Storybook users allowing the creation of interactive prototypes and demos by connecting different stories within your UI component library. Both version 9.0.2 and 9.0.3 share the same core functionality: linking stories together, enabling developers to build user flows and showcase component interactions effectively. They both depend on @storybook/global and require typescript as a development dependency. The peer dependencies remain consistent, ensuring compatibility with React versions from 16.8.0 up to and including the 19.0.0 beta, and tight integration with Storybook itself. Crucially, the addon supports the latest React versions and the latest Storybook versions.
The primary difference lies in the version numbers within the respective peerDependencies. Version 9.0.2 is compatible with Storybook 9.0.2, while version 9.0.3 is designed for Storybook 9.0.3. Although the file count and unpacked size are identical, suggesting minimal code changes, the update addresses compatibility nuances with the corresponding Storybook release. Furthermore, the release dates indicate that v9.0.3 was published approximately 14 hours after v9.0.2, hinting at a quick patch or refinement in relation to Storybook's own release cycle. Upgrading to 9.0.3 is recommended for users running Storybook 9.0.3 to ensure proper integration and potentially benefit from subtle bug fixes or enhancements related to story linking.
The are not vulnerabilities for the version 9.0.3 of the package @storybook/addon-links