@babel/preset-env version 7.15.4 introduces several minor updates and bug fixes compared to its predecessor, version 7.15.0, contributing to a more refined and robust developer experience. The most notable changes are in the dependency versions. Specifically, @babel/types, @babel/helper-compilation-targets, @babel/plugin-transform-modules-commonjs, @babel/plugin-proposal-async-generator-functions , @babel/plugin-proposal-private-property-in-object and @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining have all been updated to newer versions, reflecting ongoing improvements and potential bug fixes in those individual modules. Also, @babel/plugin-transform-classes and @babel/plugin-transform-for-of have also been updated.
These updates generally involve internal refinements, enhanced compatibility, and addressing edge cases, leading to improved performance and stability during code transformation. Developers leveraging @babel/preset-env will benefit from these subtle improvements, ensuring more consistent and reliable transpilation across different JavaScript environments. While the core functionality remains the same, these incremental updates demonstrate the continuous effort to maintain a high-quality and up-to-date tool for modern JavaScript development. The newer version also provides updated support for the latest JavaScript features and proposals.
The are not vulnerabilities for the version 7.15.4 of the package @babel/preset-env