@storybook/addon-links versions 6.0.21 and 6.0.20 offer developers a straightforward way to create links between stories within their Storybook environment, enhancing navigation and providing a richer user experience. Both versions facilitate the connection of different story components, enabling users to seamlessly jump from one story to another, useful for showcasing related components or complex workflows.
A key difference between the two versions lies in the updated dependencies. Version 6.0.21 updates its internal @storybook/* dependencies (@storybook/addons, @storybook/router, @storybook/core-events, @storybook/client-logger) to version 6.0.21, from 6.0.20 in the previous version. This ensures consistency across the Storybook ecosystem and incorporates the latest bug fixes and improvements from the core Storybook team. While the core functionality of story linking remains the same, developers benefit from a more stable and up-to-date environment.
Both versions share common dependencies such as qs for query string parsing, global for accessing the global object, core-js for polyfilling modern JavaScript features, and ts-dedent for removing indentation from template strings. Development dependencies like enzyme and @types/webpack-env suggests a focus on testing and compatibility with webpack environments. The peer dependencies on react and react-dom highlight the library's dependency on React for rendering stories. The MIT license ensures that developers can freely use and modify the library. Upgrade to the latest version (6.0.21) is recommended for optimal performance and access to the most recent enhancements of the Storybook ecosystem.
The are not vulnerabilities for the version 6.0.21 of the package @storybook/addon-links