@storybook/addon-links is a valuable tool for Storybook users, enabling seamless navigation between stories within your component library. Examining versions 3.3.14 and 3.3.13 reveals minimal differences from a dependency perspective, indicating a likely patch or minor update. Both versions share identical development dependencies like React, Enzyme, ShellJS, and React-DOM, pointing to consistent testing and build processes. The core dependencies, including "global," "prop-types," and "@storybook/components," are also substantially the same, with only the @storybook/components version differing slightly (3.3.14 vs 3.3.13), suggesting internal component adjustments rather than significant API changes.
The peer dependencies remain unchanged, signifying compatibility with existing React and React-DOM setups, as well as @storybook/addons version 3.3.0 and above. This compatibility is crucial for developers wanting to integrate the addon without worrying about breaking changes in their core Storybook environment.
Given the small version bump and the nature of the dependency adjustments, it's probable that version 3.3.14 incorporates bug fixes, performance improvements, or minor enhancements to existing functionality. Developers upgrading from 3.3.13 should anticipate a smooth transition with minimal disruption, focusing on potential improvements within the Storybook components rather than large-scale code modifications. While a detailed changelog would provide specific insights, the upgrade appears low-risk and potentially beneficial for those relying on Storybook navigation and linking features.
All the vulnerabilities related to the version 3.3.14 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.