@storybook/addon-links versions 5.1.9 and 5.1.8 offer developers a way to create seamless navigation between stories within their Storybook environment, enhancing the user experience and simplifying the process of demonstrating interconnected components. Both versions share a common foundation, leveraging dependencies like qs for query string parsing, global for environment detection, core-js for JavaScript standard library polyfills, and prop-types for runtime type checking, ensuring compatibility and reliability across different environments. They also consistently depend on core Storybook packages such as @storybook/addons, @storybook/router, and @storybook/core-events but the referenced version changes accordingly.
While functionally similar, the key difference lies in the internal dependencies and the release date. Version 5.1.9 depends on @storybook/addons":"5.1.9","@storybook/router":"5.1.9","@storybook/core-events":"5.1.9 while the older version has a dependency on older versions of the same libraries. Developers should prioritize version 5.1.9 due to its up-to-date internal dependencies, guaranteeing better compatibility and potential bug fixes delivered with the newer versions of @storybook/addons, @storybook/router, and @storybook/core-events. Both versions, however, maintain the same file count and unpacked size, suggesting the changes might revolve around adjustments within existing files rather than the introduction of new assets. Using the latest version ensures access to the most recent improvements and a smoother integration with the broader Storybook ecosystem.
The are not vulnerabilities for the version 5.1.9 of the package @storybook/addon-links