Angular Compiler version 13.0.1 is a patch release addressing minor issues from the 13.0.0 version. Both versions share the same core functionality described as "Angular - the compiler library" and list tslib version ^2.3.0 as a dependency, ensuring compatibility with TypeScript helper functions. Licensing remains under the MIT license, and the source code resides in the same GitHub repository within the packages/compiler directory.
The most notable change lies in the updated releaseDate, with version 13.0.1 published on November 10, 2021, a week after the November 3, 2021 release of version 13.0.0. While the fileCount remains consistent, the unpackedSize sees a slight increase in 13.0.1, suggesting minor bug fixes or optimizations rather than feature additions impacting overall size between the versions.
For developers, this indicates a stable upgrade path. Version 13.0.1 likely resolves issues found in the initial 13.0.0 release. It is recommended to upgrade to 13.0.1 to benefit from these potential fixes and improvements for existing Angular 13 projects without worrying about breaking changes or a complicated upgrade process. The core functionality of compiling Angular templates and components remains consistent, ensuring a smooth developer experience.
The are not vulnerabilities for the version 13.0.1 of the package @angular/compiler