@storybook/addons is a vital part of the Storybook ecosystem, providing a centralized store and API for building and managing addons that extend Storybook's functionality. Comparing versions 6.0.25 and 6.0.24 reveals subtle but important updates. Both versions share the same core dependencies such as global, core-js, @storybook/api, @storybook/router, @storybook/theming, @storybook/channels, regenerator-runtime, @storybook/core-events, and @storybook/client-logger, ensuring consistent behavior regarding core functionalities. They also maintain the same peer dependencies on react and react-dom, ensuring compatibility with a wide range of React projects. Developers integrating or updating their Storybook setup should be aware of these shared dependencies.
The key difference lies in the incremented version numbers of the internal Storybook packages that @storybook/addons relies on. Version 6.0.25 updates these internal dependencies like @storybook/api and @storybook/router to 6.0.25, reflecting fixes or improvements rolled out across the Storybook platform. These updates, while seemingly minor, can address bugs, enhance performance, or introduce new features within the addon ecosystem. The release dates also show the time difference, meaning dependabot or similar tools can detect and update. For developers, this means staying current with the latest patch versions within a major release (like 6.0.x) is crucial. Upgrading might bring subtle improvements and security patches relevant for robust addon development and maintenance. The dist metadata, similar file count and unpacked size from both version, imply the code changes are more focused in version upgrades.
The are not vulnerabilities for the version 6.0.25 of the package @storybook/addons