The @babel/plugin-proposal-function-bind package, a Babel plugin that transforms the function bind operator (::) into equivalent ES5 code, saw notable changes between version 7.7.4 and 7.8.0. The primary upgrade for developers involves updated dependencies. Specifically, @babel/helper-plugin-utils was bumped from ^7.0.0 to ^7.8.0, indicating improvements and potential bug fixes within Babel's plugin utility helpers. Similarly, @babel/plugin-syntax-function-bind, essential for parsing the function bind syntax, was updated from ^7.7.4 to ^7.8.0, likely incorporating enhanced syntax support or bug resolutions.
For developers employing testing frameworks, the devDependencies also reflect updates, with @babel/core and @babel/helper-plugin-test-runner moving from ^7.7.4 to ^7.8.0, promising better compatibility and streamlined testing experiences with the latest Babel core features. While the peer dependency on @babel/core remains at ^7.0.0-0, ensuring broad compatibility, these upgrades suggest that version 7.8.0 provides a more robust and up-to-date experience for transpiling function bind operations. Notably, the unpacked size experienced a minor increase from 4385 to 4407, hinting at small code or resource additions. Upgrading to version 7.8.0 will ensure you are using the latest features and fixes available for function bind transformation within the Babel ecosystem.
The are not vulnerabilities for the version 7.8.0 of the package @babel/plugin-proposal-function-bind