@storybook/addon-links versions 4.0.0 and 4.0.1 are both Storybook addons designed to facilitate navigation between stories, enhancing the user experience within the Storybook environment. While the core functionality remains consistent, a notable difference lies in the dependencies. Version 4.0.1 updates its internal dependencies to align with Storybook's core packages version 4.0.1, including @storybook/addons, @storybook/components, and @storybook/core-events. In contrast, version 4.0.0 used version 4.0.0 of these internal dependencies.
For developers, this means upgrading to version 4.0.1 ensures compatibility and stability within a Storybook setup also running on version 4.0.1. The purpose of this upgrade is primarily to ensure everything works correctly with the core Storybook framework as it advances. The fundamental way the addon operates stays mostly the same, allowing you to link stories for easy navigation within Storybook. Both versions share similar characteristics, using “MIT” license and having same file counts and unpacked sizes, and rely on react as peer dependency, suggesting no breaking changes affecting core functionality. Ultimately, developers using Storybook should ensure their addon versions are synchronized with the Storybook core to avoid potential conflicts or unexpected behavior, making version 4.0.1 the preferred choice for Storybook version 4.0.1 projects.
The are not vulnerabilities for the version 4.0.1 of the package @storybook/addon-links