@babel/preset-env is a powerful tool for Babel users, automatically including the necessary Babel plugins and polyfills to support your target environments. Version 7.10.3 brings several dependency updates and refinements compared to version 7.10.2. Developers upgrading will find updated dependency versions for internal Babel packages like @babel/types, @babel/compat-data, @babel/helper-plugin-utils, and various transform plugins, ensuring compatibility and stability with the broader Babel ecosystem. Most notably @babel/plugin-transform-named-capturing-groups-regex jumps from 7.8.3 to 7.10.3, as well the new version features the upgrade of @babel/plugin-proposal-optional-chaining from 7.10.1 to 7.10.3, @babel/plugin-transform-modules-systemjs from 7.10.1 to 7.10.3, @babel/plugin-proposal-object-rest-spread from 7.10.1 to 7.10.3, @babel/plugin-transform-template-literals from 7.10.1 to 7.10.3, @babel/plugin-transform-computed-properties from 7.10.1 to 7.10.3, and @babel/plugin-proposal-async-generator-functions from 7.10.1 to 7.10.3. While the core functionality remains largely the same, these updates contain bug fixes, performance improvements, and potentially new features in the underlying transform plugins, translating into a smoother and more efficient compilation process. For developers, staying up-to-date with these minor version bumps is generally recommended to benefit from the latest enhancements and maintain compatibility with other tools in their JavaScript development workflow. The unpacked size is negligibly different.
The are not vulnerabilities for the version 7.10.3 of the package @babel/preset-env