The @babel/plugin-proposal-export-default-from package, designed to compile export default from syntax to ES2015, saw a minor update from version 7.18.9 to 7.18.10. Both versions share the same core functionality and purpose, providing developers with the ability to use the convenient export default from syntax, which simplifies exporting default values from modules directly. This syntax enhances code readability and reduces boilerplate.
Key dependencies, such as @babel/helper-plugin-utils and @babel/plugin-syntax-export-default-from, remain consistent across both versions. Similarly, development dependencies like @babel/core and @babel/helper-plugin-test-runner are present to facilitate testing and development. The peer dependency @babel/core ensures compatibility with various Babel core versions.
The primary difference lies within the @babel/core development dependency, updated from version 7.18.9 to 7.18.10 in the newer release, including bug fixes and new features. The unpacked size of version 7.18.10 have been reduced to 3816 bytes compared to previous version of 3958. Version 7.18.10 was released on August 1, 2022, which supercedes the version 7.18.9 released at July 18, 2022. Developers upgrading should ensure their Babel core environment is updated. Although it's a minor version bump, staying current allows developers to benefit from the latest improvements and optimizations within the Babel ecosystem, while maintaining the plugin's capability to streamline module exports.
The are not vulnerabilities for the version 7.18.10 of the package @babel/plugin-proposal-export-default-from