Babel-loader versions 9.1.2 and 9.1.1 are closely related, both serving as webpack loaders that enable the use of Babel to transpile JavaScript files. Both versions share identical dependencies on schema-utils and find-cache-dir, ensuring proper schema validation and efficient caching mechanisms. Similarly, their devDependencies are nearly identical, including testing frameworks like ava and nyc, linting tools such as eslint, and essential Babel-related packages like @babel/core, @babel/preset-env, and @babel/cli. These dependencies support the development, testing, and maintenance of the library, promoting code quality and compatibility with different JavaScript environments.
The peerDependencies also remain consistent, requiring webpack version 5 or greater and @babel/core version 7.12.0 or greater, indicating that these versions are designed to integrate seamlessly with recent tooling. The most noticeable difference between the two versions is their release date. Version 9.1.2 was released a few minutes after 9.1.1, and with the exact same code, this suggest that 9.1.2 likely contains some hotfixes like a security patch of a dependency. Developers should always use the latest version if possible. Both versions are MIT licensed, have the same author and repository information, and the exact same fileCount and unpackedSize.
The are not vulnerabilities for the version 9.1.2 of the package babel-loader