ts-loader version 8.0.4 represents a minor update to the popular TypeScript loader for webpack, building upon the foundation established in version 8.0.3. While the core functionality of the loader remains consistent, subtle differences exist that might influence a developer's decision to upgrade. Both versions share identical dependencies, including chalk, semver, micromatch, loader-utils, and enhanced-resolve, ensuring continued compatibility with existing projects. The peer dependency on typescript also remains unchanged, signifying that both versions target the same range of TypeScript compiler versions.
The key distinctions lie primarily within the dist metadata. Version 8.0.4 exhibits a slightly larger unpacked size (240081 bytes) compared to version 8.0.3 (216791 bytes), and also incorporates one more file (50 vs 49). This suggests the inclusion of minor enhancements, bug fixes, or documentation updates that contribute to a larger overall package size. Furthermore, the release date of 8.0.4 is later (2020-09-19) than 8.0.3 (2020-08-24) confirming that the new release incorporates more recent changes. For developers already using ts-loader, upgrading to version 8.0.4 offers the potential for improved stability and refinements, while for those new to ts-loader, choosing the latest version ensures access to the most up-to-date features and fixes. Carefully consider if any breaking changes were introduced by reading the release notes before deciding to upgrade.
The are not vulnerabilities for the version 8.0.4 of the package ts-loader