@babel/core 7.11.0 introduces several updates and dependency upgrades compared to version 7.10.5. Most notably, core Babel packages like @babel/types, @babel/parser, @babel/traverse, @babel/generator and @babel/helper-module-transforms all bumped from version 7.10.5 to 7.11.0. These likely include bug fixes, performance improvements and support for newer ECMAScript features, enabling developers to leverage the latest JavaScript syntax. While seemingly minor, these upgrades within the Babel ecosystem represent continual improvements in parsing, transforming, and generating JavaScript code. Developers will find enhanced accuracy in code transformation and better compatibility with modern JavaScript syntax proposals.
Notably, @babel/helpers, @babel/template and @babel/code-frame remained at version 7.10.4 in both releases, suggesting that the core logic in these helper packages didn't receive updates or required minimal changes between the two releases.
The release data highlights a small increase in unpacked size from 155883 to 163467 which could indicate added functionality. Developers should consider upgrading to the latest version to benefit from these enhancements, ensuring cleaner, faster and robust code transpilation, whilst remaining up to date with JavaScript standards as well as benefitting from bug fixes. The new file count (49 vs. 48) can indicate minor internal restructuring.
The are not vulnerabilities for the version 7.11.0 of the package @babel/core