Version 7.24.6 of @babel/plugin-transform-runtime introduces several updates compared to the previous stable version, 7.24.3, primarily focusing on dependency upgrades and internal improvements. Developers adopting this plugin to automatically polyfill code without polluting global scope should note these changes.
Key updates include newer versions of Babel's helper utilities; @babel/helper-plugin-utils moves from 7.24.0 to 7.24.6, and @babel/helper-module-imports advances to 7.24.6 from 7.24.3. Development dependencies also see significant upgrades: @babel/core, @babel/helpers, @babel/runtime, @babel/preset-env, @babel/runtime-corejs3, and @babel/helper-plugin-test-runner all jump to version 7.24.6. It’s essential to synchronize these core Babel packages to ensure compatibility and leverage the latest features and bug fixes.
While the core functionality remains consistent, these updates often bring performance enhancements, stability improvements, and potentially new features within the individual helper and core packages. The jump in unpacked size from 37426 to 104588 in the latest version indicates the extent of the changes to the core functionality and new features added. Developers aiming for the most up-to-date Babel ecosystem benefitting from the latest fixes and optimizations will find version 7.24.6 a worthwhile upgrade.
The are not vulnerabilities for the version 7.24.6 of the package @babel/plugin-transform-runtime