@storybook/addon-links facilitates seamless navigation between stories within Storybook, empowering developers to create interactive demos and prototypes of their UI components. The latest stable version, 9.0.13, builds upon the foundation laid by its predecessor, 9.0.12, offering enhanced capabilities for building interconnected component showcases.
Both versions share a common goal: simplifying the creation of story-driven narratives. They achieve this through a dependency on @storybook/global (version ^5.0.0) and are developed using TypeScript (^5.8.3), ensuring type safety and a modern development experience.Crucially, both versions declare compatibility with a wide range of React versions (from 16.8.0 up to the 19.0.0 beta), making them accessible to a broad spectrum of projects. They are also tightly coupled with the core Storybook library, as reflected in the peer dependency on storybook (version ^9.0.12 for version 9.0.12 of the addon, and ^9.0.13 for the version 9.0.13 of the addon). This integration ensures seamless interaction and a consistent development workflow.
The critical difference resides in core Storybook dependency: to update from 9.0.12 to 9.0.13, you will need to update Storybook from 9.0.12 to 9.0.13. This update potentially incorporates bug fixes, performance improvements, or new features in the core library. The release date also differs, suggesting bug fixes or minor tweaks. Consider upgrading from 9.0.12 to 9.0.13 if you are already using Storybook 9.0.13 to leverage any potential enhancements provided not only by the addon 9.0.13 but, most importantly, by the core dependency of Storybook 9.0.13.
The are not vulnerabilities for the version 9.0.13 of the package @storybook/addon-links