@storybook/addon-links versions 4.0.10 and 4.0.9 offer developers a way to create links between stories within their Storybook environment, enhancing navigation and demonstration of component interactions. The primary difference between these versions lies in their internal dependencies. Version 4.0.10 updates its dependencies on @storybook/addons, @storybook/components, and @storybook/core-events to version 4.0.10. In contrast, version 4.0.9 relies on @storybook/addons and @storybook/components at version 4.0.9, and @storybook/core-events at version 4.0.8. This suggests that version 4.0.10 includes bug fixes or feature enhancements within those core Storybook packages.
For developers, the upgrade from 4.0.9 to 4.0.10 presents a potentially smoother Storybook experience due to these dependency updates, mainly concerning internal storybook functionalities. Both versions share a common peer dependency on React, offering compatibility across various React projects. The small increase in unpackedSize from 28783 to 28787 bytes in version 4.0.10 indicates that the update is likely minimal and focused on efficiency or refinements within the linked components. If you're experiencing any quirky behavior with linking in your Storybook setup, upgrading to 4.0.10 may rectify the issue or offer a more stable development experience.
The are not vulnerabilities for the version 4.0.10 of the package @storybook/addon-links