ts-loader, a TypeScript loader for webpack, saw a minor version bump from 9.4.0 to 9.4.1. Both versions share the same core dependencies: chalk, semver, micromatch, and enhanced-resolve, ensuring consistent handling of console styling, version comparison, globbing, and module resolution respectively. The developer dependencies, crucial for building, testing, and linting the project, also remain identical, suggesting a maintenance release rather than a feature-rich update. These include tools like eslint, prettier, karma, webpack, and various babel plugins, ensuring code quality and compatibility. The peer dependencies, webpack and typescript, are also consistent, indicating no breaking changes required in the webpack or typescript versions users need to have installed. A key difference lies in the releaseDate. Version 9.4.1 was released later, on September 20, 2022, compared to version 9.4.0, which was released on September 19, 2022. The slight difference in unpackedSize, 252388 bytes for 9.4.1 versus 252142 bytes for 9.4.0 is also noted but could be the cause of minor package changes. Since both version shares the same dependencies list the update likely addresses bug fixes, typo corrections, or small code optimizations rather than introducing new functionalities for webpack typescript projects. Developers should upgrade to ts-loader 9.4.1 to benefit from the latest stability improvements and ensure they're using the most up-to-date version for their webpack builds.
The are not vulnerabilities for the version 9.4.1 of the package ts-loader