@storybook/addon-links version 6.0.9 is a minor update to the Story Links addon for Storybook, building upon the foundation established in version 6.0.7. Both versions provide a crucial feature: enabling navigation between stories within a Storybook instance, facilitating a more interactive and connected documentation experience for developers and stakeholders. This functionality is achieved through the use of dependencies like qs for query string parsing, ts-dedent for cleaner template literals, and core Storybook modules like @storybook/addons, @storybook/router, and @storybook/core-events. They also both specify their peer dependencies as React and React-dom.
The key difference primarily lies in the internal dependencies. Version 6.0.9 brings it up to date with other Storybook packages to its version (6.0.9). Likewise with dependencies that are internal to Storybook: @storybook/addons, @storybook/router, @storybook/core-events and @storybook/client-logger. Both include identical devDependencies, enzyme for testing and @types/webpack-env for webpack typings. Both versions retain the same file structure and unpacked size, indicating that the update likely involves alterations in the code related to internal module interactions or bug fixes rather than significant feature additions or structural changes. Developers upgrading from 6.0.7 to 6.0.9 should experience seamless integration, and benefit from the synchronised versions of associated Storybook modules.
The are not vulnerabilities for the version 6.0.9 of the package @storybook/addon-links