@storybook/addon-links is a valuable tool for Storybook users, enabling navigation between stories within a Storybook instance. Versions 3.3.5 and 3.3.6 offer this functionality with minor differences. Examining the dependency declarations reveals that both versions rely upon the same peer dependencies: react, react-dom, and @storybook/addons, ensuring compatibility with existing Storybook setups and React-based components. Developers using either version can expect similar integration processes using these peer dependencies.
The core difference lies in the internal dependencies. Version 3.3.6 depends on @storybook/components version 3.3.6, while 3.3.5 relies on @storybook/components version 3.3.5. This suggests that version 3.3.6 includes updates or bug fixes to the component library used within the addon. However, without detailed changelogs, the exact nature of these changes remains unclear.
From a developer's perspective, the update from 3.3.5 to 3.3.6 likely offers incremental improvements. The release dates highlight a rapid succession, indicating a quick patch or minor feature enhancement. Developers already using 3.3.5 should consider upgrading to 3.3.6 to potentially benefit from bug fixes or performance improvements within the underlying components. For new installations, picking the newest version 3.3.6 is generally recommended. Both versions maintain the MIT license, offering flexibility in usage and modification.
All the vulnerabilities related to the version 3.3.6 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.