@storybook/addon-links versions 3.3.3 and 3.3.2 represent incremental updates to Storybook's story linking functionality. Both versions provide developers with the ability to create direct links between stories within their Storybook environment. This feature is crucial for building interconnected component documentation and enhancing the overall user experience. The core functionalities remain consistent: allowing navigation between related stories, showcasing component variations, and creating interactive demos within Storybook.
Examining the dependencies reveals a subtle yet important difference: version 3.3.3 depends on @storybook/components version 3.3.3, while 3.3.2 depends on @storybook/components 3.3.2. This indicates that the primary change lies within the component library used by the addon. It's likely that version 3.3.3 contains minor bug fixes, performance improvements, or visual enhancements within the Storybook UI components themselves, all delivered through this updated dependency. Given the scope of semantic versioning, it's unlikely to introduce breaking changes in the addon API itself and the update seems focused more on the underlinign component library used by the addon. These versions ensure continuing compatibility with React and React-DOM version 16.1.0. The peer dependency on @storybook/addons version ^3.3.0 guarantees compatibility with the broader Storybook ecosystem, offering a stable and reliable experience for users building and maintaining their component libraries. Developers upgrading from 3.3.2 to 3.3.3 can expect a seamless transition.
All the vulnerabilities related to the version 3.3.3 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.