You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@angular/router

Package Overview
Dependencies
Maintainers
1
Versions
836
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/router - npm Package Versions

23
84
Next

18.2.0-next.3

Diff

google-wombot
published 18.1.3 •

google-wombot
published 18.2.0-next.2 •

Changelog

Source

18.2.0-next.2 (2024-07-24)

compiler

| Commit | Type | Description | | -- | -- | -- | | 08c5977bd5 | fix | limit the number of chained instructions (#57069) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | d4ff6bc0b2 | fix | add warning for unused let declarations (#57033) | | 6c2fbda694 | fix | extended diagnostic visitor not visiting template attributes (#57033) |

core

| Commit | Type | Description | | -- | -- | -- | | fab673a1dd | feat | add ng generate schematic to convert to inject (#57056) | | 7d4b2d2413 | fix | afterNextRender hooks return that callback value. (#57031) | | 8718abce90 | fix | Deprecate ignoreChangesOutsideZone option (#57029) | | fe41b11434 | fix | tree shake dev mode error message (#57035) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.2"></a>

google-wombot
published 18.1.2 •

Changelog

Source

18.1.2 (2024-07-24)

compiler

| Commit | Type | Description | | -- | -- | -- | | 463945003d | fix | limit the number of chained instructions (#57069) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | e904f34020 | fix | add warning for unused let declarations (#57033) |

core

| Commit | Type | Description | | -- | -- | -- | | 9e52c1c840 | fix | afterNextRender hooks return that callback value. (#57031) | | b9fb98c67c | fix | tree shake dev mode error message (#57035) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.0-next.1"></a>

google-wombot
published 18.2.0-next.1 •

Changelog

Source

18.2.0-next.1 (2024-07-17)

common

| Commit | Type | Description | | -- | -- | -- | | 2c4613a002 | fix | Don't run preconnect assertion on the server. (#56213) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 9167fc815c | fix | JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) | | 107173c14d | fix | use strict equality for 'code' comparison (#56944) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 98ed5b609e | feat | run JIT transform on classes with jit: true opt-out (#56892) | | f0d6d0688d | fix | avoid emitting references to typecheck files in TS 5.4 (#56961) |

core

| Commit | Type | Description | | -- | -- | -- | | e504ad97d4 | fix | not all callbacks running when registered at the same time (#56981) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 4bb558ab0c | feat | support writing code refactorings (#56895) | | 7663debce1 | perf | quick exit if no code fixes can exist (#57000) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 0ea6a4a361 | fix | fix common module removal (#56968) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.1"></a>

google-wombot
published 18.1.1 •

Changelog

Source

18.1.1 (2024-07-17)

common

| Commit | Type | Description | | -- | -- | -- | | a1cb9dfc0d | fix | Don't run preconnect assertion on the server. (#56213) |

compiler

| Commit | Type | Description | | -- | -- | -- | | daf0317bdc | fix | JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) | | d7dca6dbb6 | fix | use strict equality for 'code' comparison (#56944) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | c94a897248 | fix | avoid emitting references to typecheck files in TS 5.4 (#56961) |

core

| Commit | Type | Description | | -- | -- | -- | | 5682527d94 | fix | not all callbacks running when registered at the same time (#56981) |

migrations

| Commit | Type | Description | | -- | -- | -- | | b666d2c20f | fix | fix common module removal (#56968) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.12"></a>

google-wombot
published 17.3.12 •

Changelog

Source

17.3.12 (2024-07-17)

compiler

| Commit | Type | Description | | -- | -- | -- | | 327bae473b | fix | JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003) |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 18.2.0-next.0 •

Changelog

Source

18.2.0-next.0 (2024-07-10)

compiler

| Commit | Type | Description | | -- | -- | -- | | c8e2885136 | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) |

core

| Commit | Type | Description | | -- | -- | -- | | 5dcdbfcba9 | fix | rename the equality function option in toSignal (#56769) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.0"></a>

google-wombot
published 18.1.0 •

Changelog

Source

18.1.0 (2024-07-10)

common

| Commit | Type | Description | | -- | -- | -- | | f25653e231 | fix | typo in NgOptimizedImage warning (#56756) | | 9b35726e42 | fix | typo in warning for NgOptimizedDirective (#56817) |

compiler

| Commit | Type | Description | | -- | -- | -- | | fd6cd0422d | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) | | 341a116d61 | fix | allow more characters in let declaration name (#56764) | | 2a1291e942 | fix | give precedence to local let declarations over parent ones (#56752) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 66e582551e | fix | avoid duplicate diagnostics for let declarations read before definition (#56843) | | 4d18c5bfd5 | fix | flag all conflicts between let declarations and local symbols (#56752) | | 9e21582456 | fix | Show template syntax errors in local compilation modified (#55855) | | 5996502921 | fix | type check let declarations nested inside nodes (#56752) | | cdebf751e4 | fix | used before declared diagnostic not firing for control flow blocks (#56843) |

core

| Commit | Type | Description | | -- | -- | -- | | ea3c802056 | feat | Add a schematic to migrate afterRender phase flag (#55648) | | 5df3e78c99 | feat | add equality function to rxjs-interop toSignal (#56447) | | 0a48d584f2 | feat | add support for let syntax (#56715) | | 352e0782ec | feat | expose signal input metadata in ComponentMirror (#56402) | | a655e46447 | feat | Redesign the afterRender & afterNextRender phases API (#55648) | | e5a6f91722 | feat | support TypeScript 5.5 (#56096) | | 38effcc63e | fix | Add back phase flag option as a deprecated API (#55648) | | 86bcfd3e49 | fix | improve docs on afterRender hooks (#56522) | | b2445a0953 | fix | link errors to ADEV (#55554) (#56038) | | 03a2acd2a3 | fix | properly remove imports in the afterRender phase migration (#56524) | | 4d87b9e899 | fix | rename the equality function option in toSignal (#56769) (#56922) | | 8bd4c074af | fix | toSignal equal option should be passed to inner computed (#56903) |

forms

| Commit | Type | Description | | -- | -- | -- | | 00bde8b1c2 | fix | Make NgControlStatus host bindings OnPush compatible (#55720) |

http

| Commit | Type | Description | | -- | -- | -- | | cc21989132 | fix | Make Content-Type header case insensitive (#56541) |

language-service

| Commit | Type | Description | | -- | -- | -- | | b400e2e4d4 | feat | autocompletion for the component not imported (#55595) | | 67b2c336bc | fix | import the default exported component correctly (#56432) |

router

| Commit | Type | Description | | -- | -- | -- | | a13f5da773 | feat | Allow UrlTree as an input to routerLink (#56265) | | 1d3a7529b4 | feat | Set a different browser URL from the one for route matching (#53318) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.7"></a>

google-wombot
published 18.0.7 •

Changelog

Source

18.0.7 (2024-07-10)

compiler

| Commit | Type | Description | | -- | -- | -- | | 85f77b5cda | fix | fix CSS animation rule scope (#56800) |

http

| Commit | Type | Description | | -- | -- | -- | | 95d7076d1a | perf | execute fetch outside of Angular zone (#56820) |

migrations

| Commit | Type | Description | | -- | -- | -- | | d6fff45e73 | fix | Fix cf migration let condition semicolon order (#56913) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.6"></a>

23
84
Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc