@storybook/addon-links is a valuable tool for Storybook users employing React, designed to streamline UI component prototyping by facilitating seamless navigation between stories. Versions 6.3.6 and 6.3.5 share the same core functionality: enabling developers to link stories together, create interactive demos, and build realistic user flows within the Storybook environment. Both versions maintain identical dependencies, including qs, global, core-js, ts-dedent, and prop-types, ensuring consistent behavior and compatibility. Crucially, the peer dependencies, requiring React and React DOM versions 16.8.0 or 17.0.0, remain unchanged, meaning users of either version can use same version of react and react-dom.
The key difference lies in the internal Storybook package versions. Version 6.3.6 depends on "@storybook/addons":"6.3.6", "@storybook/router":"6.3.6", "@storybook/core-events":"6.3.6", "@storybook/client-logger":"6.3.6", while version 6.3.5 relies on "@storybook/addons":"6.3.5", "@storybook/router":"6.3.5", "@storybook/core-events":"6.3.5", "@storybook/client-logger":"6.3.5". This indicates that upgrading to version 6.3.6 pulls in the latest bug fixes and improvements from the core Storybook ecosystem available at the time of release. While the fileCount and unpackedSize values are identical, suggesting no major changes in the package contents, the updated dependencies in 6.3.6 imply subtle enhancements and potential performance optimizations within the Storybook environment. Developers should favor version 6.3.6 for the newest enhancements and stability improvements within the Storybook ecosystem.
The are not vulnerabilities for the version 6.3.6 of the package @storybook/addon-links