Angular's @angular/common package provides essential directives and services for building Angular applications. Version 13.3.10 is a minor update from the previous stable version, 13.3.9, indicating bug fixes and small enhancements rather than breaking changes. While the core functionality remains consistent, developers should be aware of the subtle differences.
Both versions share the same dependencies, relying on tslib for TypeScript helper functions and peer dependencies on rxjs (versions 6.5.3 or 7.4.0) and @angular/core. This signifies that no major dependency upgrades are present that could necessitate significant code modifications. The licensing remains under the MIT license, ensuring continued freedom for use in various projects.
A key difference lies in the releaseDate, version 13.3.10 released on May 25, 2022 and 13.3.9 on May 18, 2022. Furthermore, the unpackedSize differs slightly - 11385102 bytes for version 13.3.10 compared to 11384710 bytes for version 13.3.9. These indicators point to internal code adjustments, potentially addressing performance optimizations, security vulnerabilities, or minor bug resolutions. Developers are encouraged to review the Angular changelog or release notes for a comprehensive breakdown of the specific changes introduced in version 13.3.10, allowing them to make informed decisions about updating their projects. Always consider testing the new version in a development environment before deploying to production to avoid unforeseen issues.
The are not vulnerabilities for the version 13.3.10 of the package @angular/common