The @babel/plugin-proposal-export-default-from package, designed to compile export default from syntax into ES2015 compliant code, saw a relatively minor update between versions 7.10.1 and 7.10.4. Both versions share the same core functionality, description, and licensing (MIT). The primary differences lie in the updated dependencies for core Babel utilities and the release date. Version 7.10.4 depends on @babel/helper-plugin-utils and @babel/plugin-syntax-export-default-from at version 7.10.4, while 7.10.1 uses version 7.10.1 of the same packages. Similarly, the devDependencies @babel/core and @babel/helper-plugin-test-runner are bumped from 7.10.1 to 7.10.4. The peer dependency @babel/core remains compatible with version ^7.0.0-0 in both versions, ensuring broad compatibility.
For developers, upgrading from 7.10.1 to 7.10.4 primarily entails incorporating the latest bug fixes and performance improvements present in the underlying Babel core and helper packages. While the unpacked size and file count stay constant, suggesting no major code changes within the plugin itself, staying up-to-date with the latest minor versions is generally recommended for optimal performance, stability, and security within the Babel ecosystem. The release date difference indicates approximately a month between releases, reflecting ongoing maintenance and incremental improvements within the Babel project. The package remains essential for projects utilizing the export default from syntax.
The are not vulnerabilities for the version 7.10.4 of the package @babel/plugin-proposal-export-default-from