@storybook/addon-links versions 5.3.2 and 5.3.1 offer developers a simple way to create links between stories within their Storybook environment, enhancing the navigation and exploration of their UI components. This addon is crucial for building comprehensive and interconnected component libraries, allowing users to seamlessly jump between related stories, showcasing different states or variations of a component. Both versions share the same core dependencies, including 'qs' for query string parsing, 'global' for environment detection, 'core-js' for polyfilling, 'ts-dedent' for template literal manipulation, and 'prop-types' for runtime type checking. They also rely on key Storybook packages like '@storybook/csf', '@storybook/addons', '@storybook/router', '@storybook/core-events', and '@storybook/client-logger' to integrate seamlessly with the Storybook ecosystem. The peer dependency on 'react' signifies that the addon is designed to work within React-based Storybook projects.
The key difference lies in the internal versions of the Storybook dependencies. Version 5.3.2 upgrades @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger from 5.3.1 to 5.3.2 to ensure compatibility and benefit from any bug fixes or performance improvements within those core packages. Although the unpacked and file count sizes are identical, the release dates differ. Version 5.3.2 was released on January 13, 2020, following the 5.3.1 which was released on January 12, 2020. Developers looking for the most up-to-date and stable experience within the 5.3.x series should opt for version 5.3.2, which incorporates the latest refinements and ensures alignment with the broader Storybook environment.
The are not vulnerabilities for the version 5.3.2 of the package @storybook/addon-links