The @angular/platform-browser-dynamic package provides developers with the necessary tools to bootstrap Angular applications directly within a web browser using Just-In-Time (JIT) compilation. Comparing versions 13.1.0 and 13.1.1, we observe subtle but potentially important distinctions. Both versions share the same core description, indicating their fundamental purpose remains consistent: enabling Angular usage in web browsers with JIT compilation.
Key dependencies like tslib (version ^2.3.0) are also uniform across both releases, suggesting no major changes in underlying TypeScript support. The peer dependencies, crucial for Angular functionality, reveal a direct correlation with the Angular core components. Version 13.1.0 requires @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser at version 13.1.0, while version 13.1.1 mandates their corresponding 13.1.1 counterparts. This highlights the importance of maintaining consistent Angular versions within your project.
Furthermore, the dist section shows that even though the file count and unpacked size are identical, the tarball URLs point to different package files on the npm registry, and their release dates differ by approximately a week. This normally suggests that version 13.1.1 likely includes bug fixes, performance improvements, or minor adjustments not significant enough to warrant a major or minor version bump. Developers should always consult the official Angular changelog for detailed specifics about these implicit changes. Upgrading should be straightforward, provided all other Angular dependencies are also updated to version 13.1.1 to maintain compatibility.
The are not vulnerabilities for the version 13.1.1 of the package @angular/platform-browser-dynamic