@babel/plugin-proposal-decorators, a crucial Babel plugin for compiling class and object decorators to ES5, saw a minor yet significant update between versions 7.10.1 and 7.10.3. While both versions share the core functionality of enabling decorator syntax in JavaScript, catering to developers using this modern language feature, the later release includes updated dependencies offering subtle improvements and potential bug fixes. Specifically, @babel/helper-plugin-utils and @babel/helper-create-class-features-plugin were bumped from version 7.10.1 to 7.10.3, along with @babel/core and @babel/helper-plugin-test-runner in the devDependencies.
For developers, this means upgrading to 7.10.3 ensures they are using the most recent versions of these helper packages, potentially benefiting from enhancements in performance, stability, and compatibility with other Babel plugins and the core @babel/core library. The peer dependency on @babel/core remains consistent at "^7.0.0-0", indicating compatibility with the entire Babel 7 major version. The unpackedSize remains the same which hints that the changes are likely bug fixes or internal improvements rather than significant code changes. Version 7.10.3 released on the 19th of June of 2020 incorporates almost a month of bug fixes built on top of the previous stable release from the 27th of May of 2020.
The are not vulnerabilities for the version 7.10.3 of the package @babel/plugin-proposal-decorators