@storybook/addon-viewport is a valuable tool for developers building responsive user interfaces with Storybook. It allows you to simulate different screen sizes, ensuring your components look and function correctly across various devices like phones and tablets directly within your Storybook environment. Comparing versions 3.4.4 and 3.4.5, the core functionality remains consistent. However, a key difference lies in the @storybook/components dependency. Version 3.4.5 upgrades this dependency to version 3.4.5, while 3.4.4 relies on version 3.4.4. This seemingly minor change likely incorporates bug fixes, performance improvements, or new features within the Storybook component library itself, potentially affecting the visual appearance or behavior of the viewport addon within the broader Storybook ecosystem. Developers upgrading from 3.4.4 to 3.4.5 should test the viewport addon to ensure compatibility and optimal performance with the updated Storybook components. Crucially, both versions maintain the same peer dependencies on react and @storybook/addons, ensuring compatibility with existing Storybook setups using React. Ultimately, the choice between these versions depends on your project's specific needs and the potential benefits offered by the updated @storybook/components in version 3.4.5.
All the vulnerabilities related to the version 3.4.5 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.