The @babel/plugin-proposal-export-default-from package, designed to enable the compilation of export default from syntax into ES2015-compatible code, has a new version 7.25.9 released on October 22, 2024. Compared to the previous stable version 7.25.8 released on October 10, 2024, there are subtle but potentially important differences.
Version 7.25.9 depends on @babel/helper-plugin-utils version "^7.25.9", which is a bump from version "^7.25.7" in version 7.25.8. Similarly, the devDependencies @babel/core and @babel/helper-plugin-test-runner have been updated to "^7.25.9" from "^7.25.8" and "^7.25.7" respectively. Developers incorporating this plugin should be aware of these dependency upgrades, ensuring compatibility within their existing Babel configuration.
While the core functionality of compiling export default from remains consistent, the updated helper utilities and core dependencies likely bring bug fixes, performance improvements, and potentially new features within the Babel ecosystem. The distribution size for version 7.25.9 is significantly reduced, with an unpacked size of 6120 bytes compared to 77086 bytes in version 7.25.8. Also file count has been reduced from 7 to 5. This suggests a streamlining of the package contents, potentially leading to faster installation and reduced disk space usage. Developers should thoroughly test their code after upgrading to ensure seamless integration with the updated dependencies and verify that the reduced package size hasn't inadvertently affected any edge cases within their specific usage of the plugin.
The are not vulnerabilities for the version 7.25.9 of the package @babel/plugin-proposal-export-default-from