@storybook/addon-links, a vital component for Storybook, allows developers to create seamless navigation between stories within their component libraries. Comparing versions 6.1.4 and 6.1.3 reveals subtle yet important updates. Both versions share a common foundation, relying on dependencies like qs for query string parsing, global for environment detection, core-js for polyfilling, and ts-dedent for cleaner template literals. They also depend on core Storybook packages such as @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger to integrate deeply within the Storybook ecosystem. Critically, both specify the same peer dependencies for React and React DOM, ensuring compatibility with versions 16.8.0 or 17.0.0.
The key difference lies in the internal Storybook package versions referenced explicitly in the dependencies. Version 6.1.4 upgrades these internal packages (@storybook/addons, @storybook/router, @storybook/core-events, @storybook/client-logger) to their 6.1.4 counterparts, aligning them with the addon version. This likely incorporates bug fixes, performance improvements, or new features introduced in those specific Storybook releases. Developers upgrading to 6.1.4 can expect enhanced stability and potentially new capabilities related to routing, event handling, and logging within their Storybook environment. The releaseDate also indicates a slightly later release time for version 6.1.4, suggesting a quick follow-up to address any immediate issues found in 6.1.3. This addon benefits developers by enabling them to link stories, creating a more interactive and easily navigable documentation experience.
The are not vulnerabilities for the version 6.1.4 of the package @storybook/addon-links