Angular developers relying on Just-In-Time (JIT) compilation in the browser should pay attention to the subtle but important differences between version 9.0.1 and 9.0.2 of the @angular/platform-browser-dynamic package. Both versions serve the same core purpose: enabling Angular applications to run within a web browser by dynamically compiling the application code as it's needed.
Looking at the provided data, versions 9.0.1 and 9.0.2 are, in essence, quite similar. They share the same description, license (MIT), repository location, author ("angular"), file count (69), and unpacked size (697774 bytes). The peerDependencies reveal that both versions are tightly coupled with other Angular core packages like @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser, and tslib all at their respective 9.0.x version. Version differences are reflected in release date only. The newer version, @angular/platform-browser-dynamic@9.0.2, was released a week later than @angular/platform-browser-dynamic@9.0.1.
The primary difference lies in the version number itself, incrementing from 9.0.1 to 9.0.2. This seemingly small change suggests that version 9.0.2 likely includes bug fixes, performance improvements, or minor adjustments that address issues discovered in 9.0.1. For developers, this means upgrading to 9.0.2 is recommended. Usually, it is a good practice to be current to prevent possible security vulnerabilities.
The are not vulnerabilities for the version 9.0.2 of the package @angular/platform-browser-dynamic