@storybook/addons version 5.3.14 represents a minor update to the Storybook addons store, building upon the previous stable version 5.3.13. Both versions share the same core function: providing a centralized location for managing and accessing Storybook addons, which enhance the Storybook development environment with features like theming, notes, accessibility checks, and more.
Developers should note subtle differences between the versions. While the core dependencies remain consistent, including essentials like global, core-js, @storybook/api, util-deprecate, @storybook/channels, @storybook/core-events, and @storybook/client-logger, indicating a stable API, the dist object reveals interesting changes, with fileCount increasing from 16 in 5.3.13 to 22 in 5.3.14 and unpackedSize growing from 36087 to 43910. While without detailed release notes we are not certain, the increase in file count and unpacked size suggests potentially added features, bug fixes, or performance improvements within the addon system.
The release date difference indicates a two-week revision in the library where 5.3.14 was released on February 25, 2020 while 5.3.13 was released on February 12, 2020. Developers upgrading from 5.3.13 to 5.3.14 should test installed addons to confirm compatibility and take maximum advantage of the updated library. The library is open-source and MIT licensed.
The are not vulnerabilities for the version 5.3.14 of the package @storybook/addons