Angular developers using the @angular/compiler package will find subtle but potentially impactful differences between versions 13.1.2 and 13.1.3. Both versions, essential for transforming Angular templates and code into executable JavaScript, share the same core dependencies, relying on tslib version 2.3.0 or higher. They are both licensed under MIT and maintained within the Angular GitHub repository. However, a key distinction lies in their release dates; version 13.1.3 was published on January 19, 2022, a week after 13.1.2, which came out on January 12, 2022.
Beyond the release date, developers should notice a slight decrease in the unpacked size of the package. Version 13.1.3 weighs in at 8,788,694 bytes, while 13.1.2 has an unpacked size of 8,801,253 bytes. While the file count remains consistent at 221 for both, the size reduction suggests potential optimizations or bug fixes within the compiler itself. Developers incorporating this library should investigate the Angular changelog or release notes for detailed information on the specific changes introduced in 13.1.3, particularly regarding performance improvements, bug resolutions, or any new features that might affect their compilation process. This careful review ensures compatibility and optimal performance when upgrading to the latest version.
The are not vulnerabilities for the version 13.1.3 of the package @angular/compiler