@storybook/addon-essentials, a collection of curated Storybook addons designed to enhance the development and presentation of UI components, saw a minor update from version 6.0.9 to 6.0.10 on August 15th, 2020. While both versions share the same core functionality and dependencies like core-js, ts-dedent, regenerator-runtime, and a suite of @storybook addons including addon-docs, actions, controls, toolbars, viewport, and backgrounds, the key difference lies in the internal versioning of the included @storybook addons. Version 6.0.10 updates these internal dependencies to their respective 6.0.10 versions, aligning them with the main package.
For developers, this update signifies a step towards greater consistency within the Storybook ecosystem. Ensuring all @storybook/* packages are on the same version simplifies dependency management and reduces the likelihood of compatibility issues. The update doesn't introduce dramatic feature changes but focuses on stability and internal coherence; it ensures a smoother experience when leveraging the addon-essentials package within a Storybook project. The small increase in unpacked size from 9420 to 9430 bytes potentially indicates minor code adjustments or dependency tweaks.
If you're maintaining a Storybook project, upgrading to version 6.0.10 is recommended to benefit from the synchronized dependency versions and potential bug fixes implicitly included within the updated sub-packages. The peer dependencies remain the same (React, React-is, React-dom and babel-loader), so it should be an easy upgrade for most projects.
The are not vulnerabilities for the version 6.0.10 of the package @storybook/addon-essentials