@storybook/addon-links is a valuable tool for Storybook users, enabling seamless navigation between stories within your component library. Versions 5.2.7 and 5.2.6 offer similar core functionality—providing story linking capabilities with dependencies like qs for query string parsing, global for platform checks, and core-js for JavaScript standard library polyfills. Both versions rely on core Storybook packages such as @storybook/addons, @storybook/router, and @storybook/core-events for integration within the Storybook environment. They also share peer dependency of React, ensuring compatibility with React-based Storybook setups.
The key difference lies in the internal dependency versions of the Storybook core packages. Version 5.2.7 depends on @storybook/addons, @storybook/router, and @storybook/core-events at version 5.2.7, while 5.2.6 utilizes version 5.2.6 of these same packages. This shift likely indicates internal bug fixes or feature enhancements within the Storybook ecosystem itself. Notably, version 5.2.7 was released on November 30, 2019, whereas the previous version 5.2.6 was available since November 9, 2019. It also shows a slightly bigger unpacked size of 30182 bytes compared to 29992 of the previous version, a further indication of internal improvement and bug fixes. Developers looking for the most up-to-date and stable experience are generally advised to use the latest version.
The are not vulnerabilities for the version 5.2.7 of the package @storybook/addon-links