@babel/plugin-transform-runtime versions 7.26.10 and 7.26.9 offer automated polyfilling without polluting global scope, a key benefit for developers seeking compatibility across different JavaScript environments. Examining the changes between these versions reveals subtle but important updates.
Version 7.26.10, released on March 11, 2025, upgrades a core dependency: babel-plugin-polyfill-corejs3 moves from version 0.10.6 in 7.26.9 to version 0.11.0. This suggests improvements or bug fixes within the core-js 3 polyfilling logic, which is crucial for modern JavaScript feature support. Developers relying on the plugin's polyfilling capabilities should note this upgrade, as it could affect how specific ES features are handled in older browsers or runtimes. Additionally, internal babel dependencies such as @babel/core, @babel/helpers, @babel/runtime and @babel/runtime-corejs3 have all been bumped from version 7.26.9 to 7.26.10, this means that some of the internal helper function may have been updated.
While the unpacked size decreased slightly from 37433 to 37366, indicating minor optimizations, the key takeaway is the updated babel-plugin-polyfill-corejs3 dependency, potentially improving polyfilling accuracy and reliability. Developers should always test after upgrading to ensure seamless functionality in their target environments.
The are not vulnerabilities for the version 7.26.10 of the package @babel/plugin-transform-runtime