The @angular/platform-browser package, a crucial component for running Angular applications in web browsers, saw a version update from 13.2.7 to 13.3.0 on March 16, 2022. While both versions share the same core description and licensing details (MIT), along with the same number of files (63) and unpacked size (1030764), a few key differences and details might be interesting for Angular developers.
Primarily, the update represents a minor version bump, suggesting the inclusion of new features, bug fixes, or performance improvements. Developers should be aware of the peer dependencies, which specify the required versions of @angular/core, @angular/common, and @angular/animations. Version 13.3.0 mandates the peer dependencies to be at the version 13.3.0, while version 13.2.7 needs the version 13.2.7. This change is important during updates, because your core dependencies must be updated to the right version as well, or the application might break.
To investigate the specific changes, Angular developers should refer to the official Angular changelog and release notes on the Angular GitHub repository, linked through the repository field. Developers can also install the specific version they need, using the npm command, and refer to the distribution object for specific data about file count and size. It is also important to note the releaseDate of both versions, for audit and debugging purposes. Overall, the information provided helps to understand the relationship between the 2 versions, where to find more info, and what considerations to have when performing an update.
The are not vulnerabilities for the version 13.3.0 of the package @angular/platform-browser