@storybook/addon-links versions 5.1.10 and 5.1.9 provide developers with the ability to create seamless navigation between stories within their Storybook environment. This addon enhances the user experience by allowing users to easily jump from one story to another, emulating real-world application navigation. Both versions share a similar core functionality, relying on dependencies like qs for query string parsing, global for managing global scope, core-js for JavaScript standard library features, and prop-types for runtime type checking. Notably, they also depend on core Storybook packages like @storybook/addons, @storybook/router, and @storybook/core-events, aligning them with the broader Storybook ecosystem.
The key difference between the two versions lies in their release dates and potentially internal bug fixes or optimizations. Version 5.1.10 was released on July 31, 2019, subsequent to version 5.1.9, which was released on June 20, 2019. While the core dependencies remain largely the same, developers upgrading from 5.1.9 to 5.1.10 might expect subtle improvements or resolutions to issues encountered in the earlier version. Furthermore, the fileCount and unpackedSize differ slightly, suggesting potential adjustments to the package's internal structure or included files. For React developers, both versions require react as a peer dependency, ensuring compatibility with their React-based Storybook setups. This addon streamlines story exploration and enhances developer workflow by facilitating easy linking and discovery of different component states and scenarios.
The are not vulnerabilities for the version 5.1.10 of the package @storybook/addon-links