Version 7.6.0 of @babel/plugin-proposal-decorators builds upon the solid foundation of its predecessor, version 7.4.4, offering developers an updated means to transform class and object decorators into ES5-compatible code. While both versions share core functionality, including the compilation of decorators, subtle yet important differences cater to evolving developer needs.
A key change lies in the updated dependencies. Version 7.6.0 upgrades @babel/helper-create-class-features-plugin from 7.4.4 to 7.6.0, aligning it with the latest features and improvements within the Babel ecosystem. Similarly, the development dependency @babel/core is bumped from 7.4.4 to 7.6.0, ensuring compatibility during development and testing. These dependency updates likely incorporate bug fixes, performance enhancements, and potentially new features available through those underlying packages.
For developers, this means leveraging the most current capabilities of Babel's class features plugin. The updates in the helper-create-class-features-plugin often involve fixes for edge cases or optimizations in how class features are implemented. The releaseDate indicates that version 7.6.0 was released in September 2019, providing a package with several months of refinement and community feedback over version 7.4.4, released in April 2019.
The are not vulnerabilities for the version 7.6.0 of the package @babel/plugin-proposal-decorators