The @babel/plugin-proposal-decorators package simplifies the process of using decorators in JavaScript, enabling developers to utilize this powerful feature for metaprogramming and code organization. Version 7.23.3 is a patch release introducing subtle but important modifications from the previous stable version, 7.23.2.
The key changes reside within the dependencies. Most notably, @babel/plugin-syntax-decorators has been updated from version 7.22.10 to 7.23.3, indicating that the latest version contains syntax updates for decorators. Also, @babel/core and @babel/traverse are updated to 7.23.3 from 7.23.0 and 7.23.2 respectively. These upgrades likely incorporate bug fixes, performance improvements, and potentially new syntax support related to decorators. Developers upgrading should consult the changelogs for @babel/plugin-syntax-decorators, @babel/core, and @babel/traverse for specifics on these internal dependency updates, which often indirectly refine the core functionality of the decorators plugin. The unpacked size shows a minor increase, possibly due to these upgraded dependencies. Given the "@babel" scope, updates are likely related to enhanced ECMAScript specification compliance or internal Babel functionality that improves theDecorator experience. To stay current with the latest enhancements and fixes, users of Babel and decorators should upgrade to version 7.23.3. The "releaseDate" confirms version 7.23.3 includes more recent changes.
The are not vulnerabilities for the version 7.23.3 of the package @babel/plugin-proposal-decorators