Version 7.18.0 of @babel/plugin-transform-runtime brings several dependency updates compared to its predecessor, version 7.17.12. Developers updating to the latest version will find that several @babel dependencies, specifically @babel/core, @babel/types, @babel/helpers, @babel/runtime, @babel/preset-env, and @babel/runtime-corejs3 have been bumped to version 7.18.0. These updates likely incorporate bug fixes, performance improvements, and potentially new features within the core Babel infrastructure. One significant difference lies in the @babel/helpers and @babel/runtime versions, moving from 7.17.9 to 7.18.0, which could indicate changes in the helper functions used by Babel and the runtime environment required for transformed code. Furthermore, upgrading Babel-related packages often involves corresponding updates to the plugin itself to ensure compatibility and leverage the latest improvements within the Babel ecosystem. This release also sees a slight increase in the unpacked size of the package, suggesting that new features or enhancements have been added. The release date also highlights that the new version came out just a few days after the previous one. Developers should always review the changelog and migration guides associated with Babel updates to understand the potential impact on their projects.
The are not vulnerabilities for the version 7.18.0 of the package @babel/plugin-transform-runtime