@storybook/addon-essentials provides a suite of essential Storybook addons designed to enhance the development and documentation workflow. Version 8.3.5 and 8.3.4 share similar core functionality, offering features like Docs for automated documentation, Actions to track user interactions, Measure and Outline for precise layout inspection, Controls for interactive component property editing, Toolbars for global UI theming, Viewport for responsive design testing, Highlight for code syntax highlighting, and Backgrounds for visual adjustments. Both versions rely on ts-dedent for cleaner code and include Typescript as a dev dependency.
Looking at the two packages, the primary difference lies in the version numbers of their dependent addons. Version 8.3.5 upgrades the dependencies @storybook/addon-docs, @storybook/addon-actions, @storybook/addon-measure, @storybook/addon-outline, @storybook/addon-controls, @storybook/addon-toolbars, @storybook/addon-viewport, @storybook/addon-highlight, and @storybook/addon-backgrounds all to version 8.3.5, ensuring compatibility and potentially incorporating bug fixes or new features introduced in those individual addons. Similarly, the peerdependency storybook gets updated to version 8.3.5. Version 8.3.4 includes the 8.3.4 versions of the same addons. Developers should upgrade to version 8.3.5 of @storybook/addon-essentials to leverage these updates and fixes within the essential addon ecosystem. While the unpacked size and file count remain the same, the release date indicates a recent update, meaning that upgrading to 8.3.5 will ensure you have the latest enhancements to the Storybook Essentials package.
The are not vulnerabilities for the version 8.3.5 of the package @storybook/addon-essentials