@storybook/addon-viewport is a valuable tool for Storybook users, enabling them to simulate different screen sizes and resolutions directly within their component library environment. This is especially crucial for ensuring responsive design and a consistent user experience across various devices. Comparing versions 3.4.4 and 3.4.3, both share the same core functionality of allowing developers to adjust the viewport size to mimic mobile, tablet, and desktop screens. Diving deeper, we can spot a subtle but important difference. Version 3.4.4 depends on "@storybook/components":"3.4.4" while version 3.4.3 depends on "@storybook/components":"3.4.3".
The main difference between the two releases lies in the "@storybook/components" dependency. This suggests that version 3.4.4 likely incorporates bug fixes, performance improvements, or new features within the Storybook component library itself, which directly impact the viewport addon. Considering the release dates, with version 3.4.4 following shortly after, upgrading to this version is recommended for developers to benefit from the latest enhancements and stability improvements in the underlying Storybook components. Both versions require React and @storybook/addons as peer dependencies, emphasizing their integration within the larger Storybook ecosystem. By utilizing this addon, developers can streamline their responsive testing workflow and deliver polished, device-agnostic components.
All the vulnerabilities related to the version 3.4.4 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.