@storybook/addon-links facilitates navigation between stories within your Storybook environment, enabling the creation of interactive demos and prototypes composed of your UI components. Version 9.1.0 introduces some subtle but potentially important changes in comparison to version 9.0.18. Examining the provided data, the key differences lie primarily in the peerDependencies and releaseDate.
Specifically, version 9.1.0 declares "storybook": "^9.1.0" while version 9.0.18 declares "storybook": "^9.0.18". This dictates the compatible Storybook core version, implying that developers upgrading to addon-links 9.1.0 should concurrently update their Storybook installation to at least version 9.1.0 for guaranteed compatibility.
The releaseDate values indicate that version 9.1.0 was released more recently on July 31, 2025, while 9.0.18 was released on July 22, 2025. This suggests that version 9.1.0 might contain bug fixes, performance improvements, or minor feature enhancements implemented after the 9.0.18 release. The unpackedSize is slightly larger (19899 vs 19877), which might correlate with the new feautures of the newest version.
For developers using @storybook/addon-links, upgrading to version 9.1.0 necessitates updating to Storybook 9.1.0 to ensure seamless integration. Newer versions often bring stability improvements and potentially new features.
The are not vulnerabilities for the version 9.1.0 of the package @storybook/addon-links