@babel/core version 7.10.0 introduces several updated dependencies, offering developers subtle improvements and bug fixes compared to version 7.9.6. Core dependencies like @babel/types, @babel/parser, @babel/helpers and @babel/traverse receive a bump from 7.9.6 to 7.10.0, indicating enhancements in syntax parsing, type handling, and traversal capabilities. The @babel/template package shows an update from 7.8.6 to 7.10.0, suggesting refinements in the code template generation process. @babel/generator also receives an update from 7.9.6 to 7.10.0, which might include changes in the code generation output.
These updates collectively aim to provide a more robust and efficient compilation process, likely affecting how Babel handles modern JavaScript features and optimizes code transformations. Developers might observe improved performance, better compatibility with the latest language standards, and fewer potential errors during transpilation. The jump in sub-package versions suggests that these are worthwhile improvements and a developer should always upgrade to the latest version to leverage improvements and enhancements. The filesize change in unpackedSize from 155220 to 155322 suggests that the update did include some new code.
The are not vulnerabilities for the version 7.10.0 of the package @babel/core