Version 7.13.15 of @babel/plugin-proposal-decorators introduces several updates compared to its predecessor, version 7.13.5, impacting developers utilizing this Babel plugin for compiling class and object decorators to ES5. One notable change lies in the dependencies. Version 7.13.15 utilizes @babel/helper-create-class-features-plugin version ^7.13.11,a bump from version ^7.13.0 used by 7.13.5, suggesting potential improvements or bug fixes in how class features are handled. Furthermore, the devDependencies show some differences, with @babel/core updated from version 7.13.1 to 7.13.15, and @babel/helper-plugin-test-runner updated from version 7.12.13 to 7.13.10. This indicates that the testing environment and core Babel functionalities have been updated, likely incorporating new features or resolving reported issues. These dependency updates suggest improved stability and compatibility within the Babel ecosystem. Developers should consider upgrading to version 7.13.15 to benefit from these enhancements, potentially addressing any compatibility issues or taking advantage of new features introduced in the updated dependencies. The core functionality, described as compiling class and object decorators to ES5, remains consistent, ensuring backward compatibility for existing projects using decorators. The unpacked size has also slightly increased from 12816 to 12819, this could be due to the added functionality of the updated dependencies.
The are not vulnerabilities for the version 7.13.15 of the package @babel/plugin-proposal-decorators