@babel/plugin-transform-runtime is a crucial Babel plugin that externalizes references to helper functions and built-ins, automatically polyfilling your code without polluting the global scope. This approach significantly reduces bundle size and avoids potential naming conflicts, making it ideal for library authors and applications targeting multiple environments.
Version 7.13.10, released on March 8, 2021, updates several dependencies compared to the previous stable version 7.13.9, released on March 1, 2021. Notably, @babel/core and @babel/helpers are updated to version 7.13.10 from 7.13.8 and 7.13.0, respectively. Similarly, @babel/runtime, @babel/preset-env, and @babel/runtime-corejs3 are updated to 7.13.10 from 7.13.9. Also, @babel/helper-plugin-test-runner has been updated from 7.12.13 to 7.13.10. These dependency bumps likely include bug fixes, performance improvements, and new features within those respective packages. Developers should check the changelogs of these dependencies for detailed information on the changes.
While the core functionality remains the same, keeping up-to-date with the latest version ensures you benefit from the latest enhancements and security patches in the Babel ecosystem. Pay close attention to the updated @babel/core and @babel/preset-env as these often include changes in supported syntax or transformations. This plugin helps ensure compatibility of your code across different JavaScript environments by using core-js and regenerator-runtime.
The are not vulnerabilities for the version 7.13.10 of the package @babel/plugin-transform-runtime