Version 3.3.12 of @storybook/addon-viewport marks a minor update to the Storybook addon that allows developers to dynamically adjust the viewport size within their Storybook environment, primarily for simulating mobile device screens. Comparing it to the previous stable version, 3.3.11, the core functionality remains largely the same: providing a convenient way to test components and stories across different screen sizes without needing to manually resize the browser window or use external device emulators.
The key difference between the releases lies in the updated dependency @storybook/components, moving from version 3.3.11 to 3.3.12. This suggests that the changes between versions are mostly focused on internal Storybook component updates, bug fixes, or minor improvements, rather than significant feature additions directly impacting the addon's core function of viewport manipulation. Developers already using @storybook/addon-viewport will likely find the upgrade seamless, potentially benefiting from improved stability or performance within the Storybook UI. For new users, version 3.3.12 offers the same core features for responsive design testing within Storybook, enhanced by the refinements included in the latest Storybook component library. Both versions depend on React and @storybook/addons, ensuring compatibility with existing Storybook setups.
All the vulnerabilities related to the version 3.3.12 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.