Ts-loader version 9.0.1 is a minor patch release following closely on the heels of version 9.0.0, both serving as TypeScript loaders for Webpack, streamlining the integration of TypeScript code into your JavaScript projects. These versions maintain identical core dependencies, including chalk, semver, micromatch, loader-utils, and enhanced-resolve, ensuring consistent functionality for tasks like colorful console output, version management, pattern matching, Webpack loader utilities, and module resolution. The development dependencies also remain consistent, encompassing tools for linting (eslint, @typescript-eslint/parser, @typescript-eslint/eslint-plugin), testing (karma, mocha, jasmine, karma-webpack), and code formatting (prettier).
The primary difference lies likely in bug fixes and minor tweaks, as reflected in the slight change in unpacked size (249398 in 9.0.1 vs 249370 in 9.0.0). While the API and features remain the same, version 9.0.1 potentially offers improved stability and performance. For developers, this suggests a seamless upgrade from 9.0.0, minimizing risks of breaking changes. If you encounter any issues with 9.0.0, upgrading to 9.0.1 is recommended, particularly to benefit from potential bug resolutions. The release dates (April 20, 2021 for 9.0.1 and April 18, 2021 for 9.0.0) signifies that users can expect no big changes between these versions.
The are not vulnerabilities for the version 9.0.1 of the package ts-loader