Ts-loader versions 2.3.6 and 2.3.5 are minor releases of the popular TypeScript loader for webpack, primarily used to integrate TypeScript compilation seamlessly into webpack build pipelines. Examining the package metadata, the core dependencies remain consistent between the two versions, with chalk, semver, loader-utils, and enhanced-resolve holding steady. Similarly, the developer dependencies, crucial for testing and development workflows, show no changes. This includes tools like glob, babel, karma, mocha, webpack, typescript, and various related plugins and presets for Babel and Karma, underlining a commitment to established testing and transpilation processes.
The most notable difference lies in the releaseDate. Version 2.3.6 was released on September 7, 2017, while version 2.3.5 was released on September 6, 2017. This suggests that version 2.3.6 likely contains bug fixes or very minor enhancements over 2.3.5. For developers, this indicates a high degree of stability. When upgrading, especially in a production environment, this information is really valuable in order to assess the risk that this update implies. Users already on 2.3.5, the upgrade risk is really low. For developers first adopting ts-loader is recommended to use the latest stable version (2.3.6 in this case) to benefit from the latest improvements and bug fixes.
The are not vulnerabilities for the version 2.3.6 of the package ts-loader