@babel/cli, a command-line interface for Babel, has seen a recent update from version 7.22.10 to 7.22.15. Both versions maintain the core functionality of transforming JavaScript code using specified Babel configurations. The dependency lists remain largely consistent, utilizing packages such as glob, slash, make-dir, commander, convert-source-map, fs-readdir-recursive, and @jridgewell/trace-mapping for file handling, command parsing, and source map manipulation. Similarly, optional dependencies like chokidar and @nicolo-ribaudo/chokidar-2 for file watching capabilities are unchanged, alongside peer dependencies necessitating @babel/core version 7 or higher. Notably the unpacked size increased slightly from 114106 to 114161 suggesting minor code changes or updates to existing files.
Crucially, developers should be aware that the devDependencies exhibit modifications. @babel/core is updated from version 7.22.10 to 7.22.15, and @babel/helper-fixtures advances from version 7.22.9 to 7.22.13. These updates likely incorporate bug fixes, performance improvements, or new features within the core Babel transformation engine and its testing utilities. While the core dependencies remain the same, the shift towards newer versions in the devDependencies indicates a possible enhancement in the testing and development workflow for Babel plugins and presets, ultimately benefiting users through more robust and reliable code transformations. The update was released on September 4, 2023 indicating a recent focus on refinements and improvements.
The are not vulnerabilities for the version 7.22.15 of the package @babel/cli