@storybook/addon-links is a valuable tool for Storybook users, enabling the creation of interactive demos and prototypes by linking stories together. This facilitates seamless navigation between components and scenarios, streamlining the user experience. Comparing version 6.4.21 and the newer 6.4.22, the core functionality remains consistent, focused on connecting stories within your Storybook setup. Both versions share the same dependencies for core functionalities such as query string parsing (qs), managing global context (global), polyfilling JavaScript features (core-js), type definitions (@types/qs), template literal handling (ts-dedent), managing prop types (prop-types), utilizing component story format (@storybook/csf), core Storybook addons (@storybook/addons), routing (@storybook/router), runtime environment setup(regenerator-runtime), core events (@storybook/core-events), and client-side logging (@storybook/client-logger). Crucially, both versions maintain identical peer dependencies on React and React DOM, ensuring compatibility with React versions 16.8.0 and 17.0.0 or higher.
The primary distinction lies in the version numbers of the internal Storybook packages. Specifically, @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger have been updated from 6.4.21 to 6.4.22. This indicates internal updates and bug fixes within the Storybook ecosystem. For developers, upgrading to version 6.4.22 is recommended to benefit from these latest improvements and maintain compatibility with the broader Storybook environment. Both versions have a file count of 50 files and an unpacked size of 55514 bytes. Also the license and repository stays the same. The newer version was released on April 14, 2022.
The are not vulnerabilities for the version 6.4.22 of the package @storybook/addon-links