@storybook/addon-interactions is a vital tool for Storybook users, enabling the automation, testing, and debugging of user interactions within your components. Analyzing versions 8.0.2 and 8.0.1 reveals subtle but important updates. Both versions share core functionalities, leveraging dependencies like polished for styling, ts-dedent for template string manipulation, and tight integration with @storybook/test, @storybook/types, @storybook/global, and @storybook/instrumenter modules central to the Storybook ecosystem. They also depend on common devDependencies like react, react-dom, and typescript which ensures compatability with these popular packages for component development.
The key distinction lies in the versioning of Storybook's internal packages which incremented from 8.0.1 to 8.0.2 across @storybook/test, @storybook/types, @storybook/theming, @storybook/components, @storybook/core-common, @storybook/core-events, @storybook/manager-api, @storybook/preview-api, and @storybook/client-logger. This suggests a coordinated update across Storybook's modules, likely addressing bug fixes or enhancements within the broader Storybook framework, directly benefiting the addon's performance and stability. The releaseDate provides a clearer timeline, with 8.0.2 released a day after 8.0.1, reinforcing the idea of a quick follow-up release. The slight difference in unpackedSize may reflect minor code adjustments. For developers, upgrading to 8.0.2 is recommended to leverage the latest improvements and bug fixes within the Storybook environment, ensuring a smoother and more reliable experience when testing component interactions.
The are not vulnerabilities for the version 8.0.2 of the package @storybook/addon-interactions