@storybook/addon-links is a valuable tool for Storybook users, enabling the creation of interactive demos and prototypes by linking different stories together. Comparing versions 6.5.5 and 6.5.4, the core functionality remains consistent, focusing on linking stories to build flows and showcase UI component interactions. Both versions share identical dependencies, including qs for query string parsing, global for environment-agnostic global object access, core-js for polyfills, and @types/qs for TypeScript definitions. They also rely on @storybook/csf, @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger for core Storybook functionalities. ts-dedent aids in writing cleaner template strings, while prop-types ensures type safety for React components. Crucially, both versions maintain the same peer dependency requirements for react and react-dom, ensuring compatibility with versions 16.8.0, 17.0.0, and 18.0.0.
The primary difference lies in the versions of internal Storybook dependencies and the release dates. Version 6.5.5 incorporates updates to @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger to version 6.5.5. These updates likely include bug fixes and minor enhancements within the Storybook ecosystem, but don't fundamentally alter the addon-links functionality. Developers upgrading from 6.5.4 to 6.5.5 can expect a smoother and more stable experience due to these internal dependency updates, without needing to adjust existing addon-links configurations. The release date difference also indicates a more recent build with potential refinements.
The are not vulnerabilities for the version 6.5.5 of the package @storybook/addon-links