Angular's @angular/platform-browser-dynamic package facilitates running Angular applications within a web browser using Just-In-Time (JIT) compilation. Versions 6.1.3 and 6.1.4, released in August 2018, offer developers the capability to dynamically compile Angular components directly in the browser. This allows for rapid development cycles and flexible deployments, particularly beneficial when full ahead-of-time (AOT) compilation isn't feasible or required. Key features include the ability to bootstrap Angular modules dynamically and the provision of platform-specific tools for browser environments.
While seemingly minor, the jump from version 6.1.3 to 6.1.4 (released a week later) contains important changes. The primary difference lies in the peer dependencies: 6.1.4 depends on @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser version 6.1.4, while 6.1.3 depends on 6.1.3 of each of those packages. The dependency tslib remains the same. Developers should ensure harmonious version alignment across the Angular core modules and this package to avoid potential compatibility problems impacting application behavior or build processes. The fast release of 6.1.4 suggests that 6.1.3 may have had some problems, and developers should consider using 6.1.4 rather than 6.1.3.
The are not vulnerabilities for the version 6.1.4 of the package @angular/platform-browser-dynamic