@storybook/addon-viewport is a valuable tool for Storybook users, enabling them to simulate various screen sizes and resolutions within their component development workflow. This addon simplifies responsive design testing by allowing developers to quickly switch between predefined viewports, ensuring components render correctly across a range of devices.
Comparing versions 3.4.2 and 3.4.3, the core functionality remains consistent. Both versions share the same dependencies, including global, prop-types, babel-runtime, and @storybook/components, indicating no significant architectural changes. The peer dependencies on react and @storybook/addons also stay the same, which means that both versions are designed to work with the same ecosystem of packages. The file count and unpacked size are identical further reinforcing the limited scope of changes between the releases.
The notable difference lies in the release dates. Version 3.4.2 was published on April 17, 2018, while version 3.4.3 followed shortly after, on April 27, 2018. This suggests that 3.4.3 likely includes bug fixes, minor improvements, or dependency updates that didn't necessitate changes of dependencies, file count, or unpacked size.
For developers, upgrading from 3.4.2 to 3.4.3 is generally recommended to benefit from these potential stability improvements. While the core functionality remains the same, using the latest version ensures access to the most up-to-date and reliable experience, providing greater confidence in responsive design testing.
All the vulnerabilities related to the version 3.4.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.