@storybook/addon-viewport provides developers with a powerful tool to simulate different screen sizes and orientations directly within their Storybook environment, facilitating the creation of responsive UI components. Comparing versions 6.3.2 and 6.3.1, though seemingly minor, reveals crucial differences in their underlying dependencies and release dates. Version 6.3.2 was released on June 30, 2021, while 6.3.1 was released on June 28, 2021, indicating a quick follow-up release to address potential issues or incorporate minor enhancements.
Both versions share the same core functionality and dependencies like global, core-js, react and react-dom, prop-types, memoizerific, regenerator-runtime libraries and other '@storybook' scoped packages. This ensures a consistent user experience and feature set. However, a key distinction lies in the dependency versions of @storybook/api, @storybook/addons, @storybook/theming, @storybook/components, @storybook/core-events, and @storybook/client-logger. In version 6.3.2, these dependencies are explicitly set to "6.3.2", while in version 6.3.1, they are set to "6.3.1". This highlights that version 6.3.2 is specifically aligned with the broader Storybook ecosystem at version 6.3.2, potentially including bug fixes, performance improvements, or new features within those core Storybook modules. Staying up-to-date with the latest 6.3.2 release ensures that developers benefit most from these advancements and maintain compatibility across all Storybook addons and components. Both versions maintain identical peer dependencies, license, repository, funding information, file count and unpacked size.
The are not vulnerabilities for the version 6.3.2 of the package @storybook/addon-viewport