@storybook/addon-links versions 6.2.7 and 6.2.6 share the core functionality of enabling developers to link Storybook stories together, facilitating the creation of demos and UI component prototypes. Both versions maintain identical dependencies for core functionalities, relying on packages like qs for query string parsing, global for environment-agnostic global object access, and core-js for JavaScript standard library polyfills. Key Storybook dependencies such as @storybook/csf for Component Story Format support, @storybook/addons for addon integration, @storybook/router for navigation, @storybook/core-events for managing events within Storybook, and @storybook/client-logger for logging, are also consistently present. The development dependency @types/webpack-env remains unchanged, catering to webpack environment type definitions. Crucially, both versions specify the same peer dependencies for React and React DOM, allowing compatibility with React versions 16.8.0 or later and 17.0.0 or later, ensuring a smooth integration into existing React projects. The file count and unpacked size of the distributed package are also identical. The primary distinction lies in the version numbers of the internal Storybook dependencies (@storybook/addons, @storybook/router, @storybook/core-events, @storybook/client-logger), which are updated from 6.2.6 in version 6.2.6 to 6.2.7 in version 6.2.7. This indicates that version 6.2.7 incorporates updates and potential bug fixes or enhancements within the core Storybook framework itself, which might impact the addon indireclty. Additionally, their release dates differ, with version 6.2.7 being released after version 6.2.6, thus incorporating any intervening fixes across the storybook ecosystem it depends on. Developers should opt for version 6.2.7 to leverage the latest refinements and stability improvements within the broader Storybook ecosystem.
The are not vulnerabilities for the version 6.2.7 of the package @storybook/addon-links