@storybook/addon-interactions versions 8.0.8 and 8.0.7 are incremental releases focused on automating, testing, and debugging user interactions within Storybook. Both versions share the same core functionality, using dependencies like polished for styling and ts-dedent for string manipulation. They also heavily rely on internal Storybook packages with corresponding version numbers, such as @storybook/test, @storybook/types, @storybook/instrumenter, and @storybook/global. Developers benefit from using this addon to create robust and verifiable UI components by simulating user behaviors directly within the Storybook environment.
Examining the devDependencies, both versions utilize react, react-dom, formik, and typescript for their development and testing. Specific Storybook packages ensure seamless integration, including @storybook/icons, @storybook/theming, @storybook/components, @storybook/core-common, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger. Version 8.0.8 introduces updated versions in the dependencies of some Storybook internal packages @storybook/test, @storybook/types, @storybook/instrumenter, @storybook/theming, @storybook/components, @storybook/core-common, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, @storybook/client-logger. Finally, both utilize @devtools-ds/object-inspector for enhanced object inspection. The dist object indicates identical fileCount and unpackedSize but different tarball URLs and releaseDate due to the version bump. Developers should upgrade to 8.0.8 for the latest bug fixes and incremental improvements within the Storybook ecosystem, ensuring compatibility and stability for interaction testing.
The are not vulnerabilities for the version 8.0.8 of the package @storybook/addon-interactions