@babel/core saw a bump from version 7.5.5 to 7.6.0 in September 2019, bringing several dependency updates. This release, foundational for JavaScript transpilation, presents developers with a more refined core compiler experience. Notably, a key change lies in the updated versions of numerous core Babel packages. Specifically, @babel/types, @babel/parser, @babel/helpers, @babel/traverse, and @babel/generator all moved from version 7.5.5 to 7.6.0 along with @babel/template going from 7.4.4 to 7.6.0. These updates likely include bug fixes, performance improvements, and potentially new syntax support or feature enhancements within each respective module. Developers leveraging @babel/core will benefit from these incremental improvements, ensuring better compatibility with modern JavaScript features and potentially smoother compilation processes. The updated @babel/template might offer enhanced capabilities for code generation and manipulation. While core dependencies receive an update, the update in devDependencies from @babel/register and @babel/helper-transform-fixture-test-runner to version 7.6.0 may contribute towards a smoother developing and testing the tool. The unpacked size of the package also saw a slight increase from 133321 to 135075, which is most likely attributed to the updated dependencies. The release represents a maintenance iteration focused on keeping the core Babel ecosystem synchronized and up-to-date.
The are not vulnerabilities for the version 7.6.0 of the package @babel/core