@storybook/addon-viewport is a valuable tool for Storybook users, enabling developers to easily adjust the viewport size within their Storybook environment to simulate various mobile devices and screen resolutions. This is crucial for responsive design testing and ensuring a consistent user experience across different platforms.
Comparing versions 3.3.5 and 3.3.6, the core functionality remains consistent, focusing on viewport manipulation for mobile testing. The primary distinction lies in the updated dependency of @storybook/components from version 3.3.5 to 3.3.6. While the provided data doesn't detail the specific changes within @storybook/components, it's reasonable to assume that version 3.3.6 incorporates bug fixes, performance improvements, or new features related to the Storybook component library. Developers upgrading should investigate the @storybook/components changelog to understand the implications of this update.
Both versions share identical dependencies on global and prop-types, ensuring compatibility with commonly used utilities. The peer dependencies on react and @storybook/addons remain unchanged, indicating minimal breaking changes for existing projects using these versions.
Developers should choose the version most compatible with their existing Storybook setup and project dependencies. The newer 3.3.6 is generally recommended due to potential improvements and bug fixes in @storybook/components.
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.