The @babel/plugin-proposal-export-default-from package, designed to compile export default from syntax into ES2015-compatible code, has seen a recent update from version 7.25.9 to 7.27.1. Both versions share the common goal of enabling developers to use the convenient export default from syntax, allowing for direct exporting of default values from other modules without intermediary steps. This simplifies module composition and improves code readability.
While the core functionality remains consistent, the key difference lies in the updated dependencies. Version 7.27.1 relies on newer versions of @babel/helper-plugin-utils, @babel/core, and @babel/helper-plugin-test-runner (all at ^7.27.1). This update generally signifies improvements, bug fixes, and potential performance enhancements within Babel's ecosystem. Developers upgrading should ensure their projects are compatible with these newer dependencies.
Notably, the peerDependencies entry, requiring @babel/core "^7.0.0-0", remains unchanged, indicating broad compatibility with Babel 7 versions. File count and unpacked size also remain consistent, so there are no significant changes to file sizes. The most significant update might relate to internal improvements which indirectly affects the quality of the package usage. Remember to check out the new version to benefit from bug fixes and improvements.
The are not vulnerabilities for the version 7.27.1 of the package @babel/plugin-proposal-export-default-from