The @storybook/addon-viewport package, a valuable tool for Storybook users aiming to preview their components across various device sizes, saw a minor update from version 3.3.6 to 3.3.7. While both versions share the same core functionality of allowing developers to dynamically adjust the viewport size within their Storybook environment, the key difference lies in their internal dependencies, specifically the "@storybook/components" package. Version 3.3.6 relies on "@storybook/components":"^3.3.6" while version 3.3.7 uses "@storybook/components":"^3.3.7".
For developers, this means that upgrading to version 3.3.7 ensures compatibility with the corresponding "@storybook/components" package version, potentially incorporating bug fixes, performance improvements, or new component features introduced in that specific release. The core purpose of the addon remains unchanged – streamlining responsive design testing within Storybook. By providing an easy-to-use interface for simulating different screen sizes and resolutions, the @storybook/addon-viewport empowers developers to build more robust and adaptable user interfaces, ensuring a consistent experience across a wide range of devices, crucial for modern web development workflows. Consider updating for potential component enhancements and bug fixes.
All the vulnerabilities related to the version 3.3.7 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.