@storybook/addon-links versions 5.0.8 and 5.0.7 are incremental releases of a Storybook addon designed to facilitate navigation between stories within a Storybook environment. Both versions offer developers the ability to create direct links between different stories, enhancing the Storybook experience and simplifying component documentation. They both include dependencies such as qs for query string parsing, global to ensure compatibility across different JavaScript environments, core-js for polyfills, and prop-types for runtime type checking of React props, and common-tags for creating template literals.. Crucially, both versions also depend on @storybook/addons and @storybook/core-events, which suggest a tight integration with the Storybook ecosystem.
The main noticeable difference between these two versions lies in the dependency versions. Version 5.0.8 depends on "@storybook/addons":"5.0.8","@storybook/core-events":"5.0.8" while version 5.0.7 depends on "@storybook/addons":"5.0.7","@storybook/core-events":"5.0.7". This indicates a potential update or fix within the core Storybook framework that the addon-links package leverages. Furthermore, the releaseDate reveals that version 5.0.8 was released shortly after 5.0.7, suggesting that 5.0.8 adresses a bug reported by the community affecting "@storybook/addons" and "@storybook/core-events". For developers, upgrading to version 5.0.8 is advisable, as it incorporates the latest refinements and bug fixes from the core Storybook dependencies, potentially leading to a more stable and reliable experience when creating and managing story links. The relatively small time gap between releases emphasizes the importance of staying current with the latest patch versions within the Storybook ecosystem.
The are not vulnerabilities for the version 5.0.8 of the package @storybook/addon-links