Version 7.24.0 of @babel/plugin-proposal-decorators brings subtle but important updates compared to version 7.23.9. Primarily, developers incorporating decorators in their JavaScript and TypeScript projects through Babel should note the updated dependencies. Notably, @babel/helper-plugin-utils jumps from ^7.22.5 to ^7.24.0, @babel/plugin-syntax-decorators moves from ^7.23.3 to ^7.24.0, and @babel/helper-create-class-features-plugin advances from ^7.23.9 to ^7.24.0. Correspondingly, the @babel/core and @babel/traverse devDependencies are also updated to ^7.24.0, aligning the core Babel tooling. These dependency bumps likely include bug fixes, performance improvements, and potentially new features within those helper packages and core Babel transformations.
While the core functionality of compiling class and object decorators to ES5 remains consistent, ensuring backwards compatibility with older environments, these updates guarantee developers are leveraging the latest refinements from the Babel ecosystem. The increase in unpacked size from 40003 to 40104 bytes suggests minor code additions or adjustments. The release date difference indicates roughly a month between releases, suggesting a standard cadence of updates and maintenance; upgrading ensures developers benefit from the latest developments within Babel's decorator support. It's therefore advisable to update to 7.24.0 to maintain compatibility and leverage the latest advancements.
The are not vulnerabilities for the version 7.24.0 of the package @babel/plugin-proposal-decorators