Angular's @angular/common package provides essential directives and services for building robust web applications. Comparing version 13.1.0 with its predecessor, 13.0.3, reveals subtle improvements beneficial for developers. Both versions maintain core dependencies like tslib and peer dependencies on rxjs (versions 6.5.3 or 7.4.0 and above) and @angular/core, ensuring compatibility within the Angular ecosystem. The license remains MIT, and the repository location is consistent within the Angular GitHub repository.
While the file count in the distributed package remains steady at 2960 files, a slight increase in the unpacked size from 11,383,769 bytes in 13.0.3 to 11,387,027 bytes in 13.1.0 suggests minor additions or optimizations in the codebase. Most notably, the @angular/core peer dependency is for version 13.1.0 in the latest package while the previous one depends on version 13.0.3. Developers upgrading should be aware of this dependency. Although the details of these internal changes aren't explicitly listed in the metadata (requiring deeper dive into the actual Angular changelogs), this usually points towards bug fixes, performance enhancements, or incremental feature additions. The release date difference confirms that version 13.1.0 (released December 9, 2021) followed closely after 13.0.3 (released December 1, 2021), indicating an active development cycle addressing immediate developer needs. Developers are encouraged to consult the official Angular changelog for very specific details on everything that had changed.
The are not vulnerabilities for the version 13.1.0 of the package @angular/common