You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@angular/platform-browser

Package Overview
Dependencies
Maintainers
2
Versions
930
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/platform-browser - npm Package Versions

2345
93

20.1.2

Diff
g
google-wombot
published 20.1.2 •
g
google-wombot
published 20.2.0-next.1 •

Changelog

Source

20.2.0-next.1 (2025-07-16)

compiler

| Commit | Type | Description | | -- | -- | -- | | a1e3f2bcd1 | fix | incorrect spans for left side of binary operation (#62641) | | 18a675081f | fix | more permissive parsing of @ characters (#62644) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 527bd778a7 | fix | infer type of event target for void elements (#62648) |

core

| Commit | Type | Description | | -- | -- | -- | | 745ea44394 | feat | support TypeScript 5.9 (#62541) | | 859958dbfe | fix | Ensure application remains unstable during bootstrap (#62631) | | 780774f948 | fix | InputBinding marks component a dirty. (#62613) |

http

| Commit | Type | Description | | -- | -- | -- | | be811fee79 | feat | add referrer & integrity support for fetch requests in httpResource (#62461) | | 1408baff45 | fix | Add missing timeout and transferCache options to HttpClient (#62586) | | 75a5d08c5e | fix | do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536) |

language-service

| Commit | Type | Description | | -- | -- | -- | | d64dd27a02 | feat | support to report the deprecated API in the template (#62054) |

router

| Commit | Type | Description | | -- | -- | -- | | 9c45c322d1 | fix | ensure preloaded components are properly activated (#62502) | | e9f215624f | fix | handle errors from view transition readiness (#62535) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.1.1"></a>

g
google-wombot
published 20.1.1 •

Changelog

Source

20.1.1 (2025-07-16)

compiler

| Commit | Type | Description | | -- | -- | -- | | 75d2a349b4 | fix | incorrect spans for left side of binary operation (#62641) | | 70c8780c54 | fix | more permissive parsing of @ characters (#62644) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 9506cdfaad | fix | infer type of event target for void elements (#62648) |

core

| Commit | Type | Description | | -- | -- | -- | | 26ade4a337 | fix | Ensure application remains unstable during bootstrap (#62631) | | a81f0faa1a | fix | InputBinding marks component a dirty. (#62613) |

http

| Commit | Type | Description | | -- | -- | -- | | 276836ee73 | fix | do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536) |

router

| Commit | Type | Description | | -- | -- | -- | | 5949373692 | fix | handle errors from view transition readiness (#62535) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.2.0-next.0"></a>

g
google-wombot
published 20.2.0-next.0 •

Changelog

Source

20.2.0-next.0 (2025-07-09)

http

| Commit | Type | Description | | -- | -- | -- | | 1cf9d9064c | feat | Add support for fetch referrer & integrity options in HttpClient (#62417) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.1.0"></a>

g
google-wombot
published 20.1.0 •

Changelog

Source

20.1.0 (2025-07-09)

common

| Commit | Type | Description | | -- | -- | -- | | 58aedc37d1 | feat | add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764) | | ef10aa4005 | feat | support decoding in NgOptimizedImage (#61905) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 0dcf230d52 | feat | add support for new binary assignment operators (#62064) | | 5a76826d26 | fix | only report parser errors on invalid expression (#61793) | | 089ad0ee15 | fix | produce more accurate errors for interpolations (#62258) | | e9fcbb8af1 | fix | remove TypeScript from linker (#61618) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | e62fb359d6 | feat | add experimental support for fast type declaration emission (#61334) | | 0cf1001715 | feat | support host directives with direct external references in fast type declaration emission (#61469) | | b7ab5fa256 | fix | add signal checks to handle negated calls (#59970) | | 77fa204ad1 | fix | rename flag for enabling fast type declaration emission (#61353) | | c439d6938d | fix | symbol builder duplicating host directives (#61240) | | 3e1baa5a95 | fix | typo in NG2026 message (#61325) |

core

| Commit | Type | Description | | -- | -- | -- | | 8163a8995e | feat | Add destroyed property on DestroyRef (#61849) | | 737b35b684 | feat | Add destroyed property to EnvironmentInjector (#61951) | | 2e0c98bd3f | feat | support bindings in TestBed (#62040) | | 4356e85456 | fix | fakeAsync should not depend on module import order (#61375) | | 8424b3bcd5 | fix | Fixes template outlet hydration (#61989) | | 583b9a7be5 | fix | missing useExisting providers throwing for optional calls (#61137) | | 8f65223bd8 | fix | update min Node.js support to 20.19, 22.12, and 24.0 (#61499) | | b785256b9e | perf | avoid intermediate arrays in definition (#61445) | | 56769de4d8 | perf | move property remapping for dom properties to compiler (#62421) |

forms

| Commit | Type | Description | | -- | -- | -- | | 610bebfce9 | fix | Allow ControlState as reset arguments for FormGroup/FormRecord (#55860) | | 4f0221e193 | fix | improve select performance (#61949) |

http

| Commit | Type | Description | | -- | -- | -- | | 55fa38a1e5 | feat | add cache & priority support for fetch requests in httpResource (#62301) | | b6ef42843c | feat | add credentials support for fetch requests in httpResource (#62390) | | 73269cf5ce | feat | add keepalive support for fetch requests in httpResource (#61833) | | 27b7ec0a62 | feat | add mode & redirect for fetch request in httpResource (#62337) | | f0965c7acd | feat | Add support for fetch credentials options in HttpClient (#62354) | | 87322449a3 | feat | add support for fetch mode and redirect options in HttpClient (#62315) | | 9791ab1b6f | feat | Add support for fetch request cache and priority options (#61766) | | aa861c42ff | feat | add timeout option on httpResource. (#62326) | | c4cffe2063 | feat | Add timeout option to HTTP requests (#57194) | | cfbbb08437 | feat | add warning when withCredentials overrides explicit credentials (#62383) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 20c1f991e6 | feat | add semantic tokens for templates (#60260) | | cf55d1bdd4 | feat | Support importing the external module's export about the angular metadata. (#61122) | | 5d2e85920e | feat | support to fix missing required inputs diagnostic (#50911) |

router

| Commit | Type | Description | | -- | -- | -- | | 9833d9ea47 | feat | Run loadComponent and loadChildren functions in the route's injection context (#62133) |

service-worker

| Commit | Type | Description | | -- | -- | -- | | c67dbda8ff | feat | support notification closes (#61442) | | 6e1df54799 | feat | support push subscription changes (#61856) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.6"></a>

g
google-wombot
published 20.0.7 •
g
google-wombot
published 20.1.0-rc.0 •
g
google-wombot
published 20.0.6 •

Changelog

Source

20.0.6 (2025-07-01)

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.1.0-next.3"></a>

g
google-wombot
published 20.1.0-next.3 •

Changelog

Source

20.1.0-next.3 (2025-06-25)

compiler

| Commit | Type | Description | | -- | -- | -- | | 0dcf230d52 | feat | add support for new binary assignment operators (#62064) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | ed5062a91c | fix | add suggestion when pipe is missing (#62146) | | d25a6a0120 | fix | handle initializer APIs wrapped in type casts (#62203) |

core

| Commit | Type | Description | | -- | -- | -- | | 737b35b684 | feat | Add destroyed property to EnvironmentInjector (#61951) | | 36a193139a | fix | allow to set a resource in an error state (#62253) | | c4dd258658 | fix | avoid injecting ErrorHandler from a destroyed injector (#61886) | | 3eee19d892 | fix | unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156) |

http

| Commit | Type | Description | | -- | -- | -- | | 73269cf5ce | feat | add keepalive support for fetch requests in httpResource (#61833) | | 9791ab1b6f | feat | Add support for fetch request cache and priority options (#61766) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 20c1f991e6 | feat | add semantic tokens for templates (#60260) | | 5d2e85920e | feat | support to fix missing required inputs diagnostic (#50911) |

router

| Commit | Type | Description | | -- | -- | -- | | 9833d9ea47 | feat | Run loadComponent and loadChildren functions in the route's injection context (#62133) | | 7600bec71d | fix | handle scrollRestoration error in restricted environments (#62186) |

upgrade

| Commit | Type | Description | | -- | -- | -- | | 900cd37f68 | fix | Make zoneless work with hybrid apps (#61660) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.5"></a>

g
google-wombot
published 20.0.5 •

Changelog

Source

20.0.5 (2025-06-25)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | de0d525ad7 | fix | add suggestion when pipe is missing (#62146) | | 3eb5a79a83 | fix | handle initializer APIs wrapped in type casts (#62203) |

core

| Commit | Type | Description | | -- | -- | -- | | a2e6f317a7 | fix | allow to set a resource in an error state (#62253) | | 4c00238a69 | fix | avoid injecting ErrorHandler from a destroyed injector (#61886) | | 369f03ad7f | fix | unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156) |

router

| Commit | Type | Description | | -- | -- | -- | | 65c59dd796 | fix | handle scrollRestoration error in restricted environments (#62186) |

upgrade

| Commit | Type | Description | | -- | -- | -- | | 144c429230 | fix | Make zoneless work with hybrid apps (#61660) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.1.0-next.2"></a>

2345
93