@storybook/addon-links versions 4.0.8 and 4.0.9 offer developers a simple and effective way to create navigable links between stories within their Storybook. Both versions provide the core functionality for linking stories, enhancing the Storybook experience by allowing users to easily jump between related components and states.
A close examination reveals that the critical difference lies in the dependencies. Version 4.0.9 depends on "@storybook/addons":"4.0.9", "@storybook/components":"4.0.9", and "@storybook/core-events":"4.0.8" while version 4.0.8 depends on "@storybook/addons":"4.0.8", "@storybook/components":"4.0.8", "@storybook/core-events":"4.0.8". This suggests that version 4.0.9 includes updates or bug fixes related to Storybook's addon system and the UI components used within Storybook. Though the file count and unpacked size remain identical (23 files and 28783 bytes), the newer release incorporates core updates. The date difference also suggests that 4.0.9 released to address some issues in the previous release.
For developers, choosing the latest version, 4.0.9, is generally recommended to benefit from the most recent improvements and potential bug fixes, especially concerning compatibility with other Storybook addons and components. Both versions share the same peer dependency on React, ensuring compatibility with a wide range of React projects. Developers can use this addon to create a richer, more interactive documentation experience within their Storybook, improving collaboration and understanding of their UI components. The addon's MIT license provides flexibility in usage and modification.
The are not vulnerabilities for the version 4.0.9 of the package @storybook/addon-links