@storybook/addon-links is a vital tool for Storybook users, enhancing the navigation and interaction within your stories. Version 6.0.2 follows closely on the heels of version 6.0.1, both serving the purpose of creating direct links between your stories, facilitating a more connected and explorable documentation experience. Examining the dependencies, the core functionalities remain consistent between the two releases. Both versions rely on the same key libraries such as qs for query string parsing, ts-dedent for cleaner template literals, and prop-types for runtime type checking. They also share dependencies on internal Storybook packages like @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger, essential for the addon's integration within the Storybook ecosystem.
The crucial distinctions lie within the versions of the internal Storybook dependencies. Version 6.0.2 upgrades these internal packages (@storybook/addons, @storybook/router, @storybook/core-events, @storybook/client-logger) from 6.0.1 to 6.0.2. This suggests that the upgrade mainly aims to align the addon with the broader Storybook environment, likely incorporating bug fixes, performance enhancements, or API adjustments delivered in that incremental update of storybook. While the core API of addon-links likely remains stable, developers should benefit from a more consistent and refined experience when upgrading to version 6.0.2 alongside other Storybook packages. This subtle shift ensures better compatibility and access to the latest improvements offered by the core Storybook framework. The release date also indicates a rapid iterative process aimed to deliver and quickly patch the functionalities and integrate improvements.
The are not vulnerabilities for the version 6.0.2 of the package @storybook/addon-links