Version 3.3.9 of @storybook/addon-viewport introduces several refinements over its predecessor, version 3.3.8. Both versions serve as Storybook addons designed to enhance the development workflow by facilitating viewport size adjustments for mobile previews directly within the Storybook environment. This capability is crucial for responsive design testing and ensuring a consistent user experience across various devices.
A key difference lies in the @storybook/components dependency. Version 3.3.9 relies on @storybook/components version 3.3.9, while version 3.3.8 depends on @storybook/components version 3.3.8. This suggests potential bug fixes, performance improvements, or new component features integrated within the newer Storybook core components that developers can leverage for a smoother UI development experience. Developers should also bear in mind to check if the upgrade brings breaking changes to their setup.
Both versions maintain identical peer dependencies on react and @storybook/addons, ensuring compatibility with existing Storybook setups. The fundamental functionality remains consistent: providing developers with a convenient means to simulate mobile viewports within Storybook. The MIT license ensures flexibility in usage and modification. The release dates indicate a relatively short gap between the two versions, implying focused updates and rapid iteration to address user needs and maintain compatibility within the Storybook ecosystem.
All the vulnerabilities related to the version 3.3.9 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.