The @babel/plugin-proposal-export-default-from package, essential for modern JavaScript development, enables the use of export default from syntax, simplifying code when re-exporting a default export from another module. Version 7.10.1 was released on May 27, 2020, following version 7.8.3 released on January 13, 2020. Both versions share the core functionality of compiling export default from syntax and have identical dependencies regarding @babel/helper-plugin-utils and @babel/plugin-syntax-export-default-from, and similar devDependencies (using @babel/core and @babel/helper-plugin-test-runner for testing and core functionality), ensuring compatibility with Babel's ecosystem.
A notable difference lies in the repository URL format in the package.json. Version 7.10.1 switched to a more structured URL, including "git+https://github.com/babel/babel.git" and a "directory" field, providing a clearer path to the plugin's source within the Babel repository. Version 7.8.3 used a simpler URL pointing to the package's directory on GitHub. Also, the unpacked size increased slightly from 3793 bytes in 7.8.3 to 3846 bytes in 7.10.1. This subtle difference might indicate minor code adjustments, fixes, or optimizations between releases, but nothing essential enough to notice in the changelog (at the time of writing, without access to the changelog). Both versions maintain the MIT license and peer dependency on @babel/core (version ^7.0.0-0), highlighting their continued support for the Babel 7 ecosystem. Developers using this plugin should ensure their Babel core is compatible, and consider the slight size increase when upgrading. Always check the official changelog for complete details on all changes.
The are not vulnerabilities for the version 7.10.1 of the package @babel/plugin-proposal-export-default-from