🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@angular/localize

Package Overview
Dependencies
Maintainers
2
Versions
611
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/localize - npm Package Versions

2345
62

20.0.0-rc.2

Diff
google-wombot
published 20.0.0-rc.2 •
google-wombot
published 19.2.12 •

Changelog

Source

19.2.12 (2025-05-21)

common

| Commit | Type | Description | | -- | -- | -- | | 126efc9972 | fix | cancel reader when app is destroyed (#61528) | | efda872453 | fix | prevent reading chunks if app is destroyed (#61354) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 44bb328eae | fix | avoid conflicts between HMR code and local symbols (#61550) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 107180260f | fix | Always retain prior results for all files (#61487) | | 1191e62d70 | fix | avoid ECMAScript private field metadata emit (#61227) |

core

| Commit | Type | Description | | -- | -- | -- | | 2b1b14f4d3 | fix | cleanup rxResource abort listener (#58306) | | 8f9b05eaaa | fix | cleanup testability subscriptions (#61261) | | eb53bda470 | fix | enable stashing only when withEventReplay() is invoked (#61352) | | 94f5a4b4d6 | fix | Testing should not throw when Zone does not patch test FW APIs (#61376) | | c0c69a5abc | fix | unregister onDestroy in toSignal. (#61514) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | 8edafd0559 | perf | speed up resolution of base (#61392) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-rc.1"></a>

google-wombot
published 20.0.0-rc.1 •

Changelog

Source

20.0.0-rc.1 (2025-05-15)

compiler

| Commit | Type | Description | | -- | -- | -- | | e0d378d20e7 | fix | incorrectly handling let declarations inside i18n (#60512) | | 768239a89cb | perf | reduce allocations for let declarations only used in the same view (#60512) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 9ec9c7e1b84 | fix | avoid fatal diagnostics for invalid module schemas (#61220) |

core

| Commit | Type | Description | | -- | -- | -- | | 4fe34f4cfea | fix | enable stashing only when withEventReplay() is invoked (#61077) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.11"></a>

google-wombot
published 19.2.11 •

Changelog

Source

19.2.11 (2025-05-15)

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-rc.0"></a>

google-wombot
published 20.0.0-rc.0 •

Changelog

Source

20.0.0-rc.0 (2025-05-07)

common

| Commit | Type | Description | | -- | -- | -- | | 255c79e048 | fix | cleanup updateLatestValue if view is destroyed before promise resolves (#58041) |

core

| Commit | Type | Description | | -- | -- | -- | | 017cc0a37c | fix | properly handle app stabilization with defer blocks (#61040) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | bc31ad91a0 | fix | less aggressive ngServerMode cleanup (#61106) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.10"></a>

google-wombot
published 19.2.10 •

Changelog

Source

19.2.10 (2025-05-07)

common

| Commit | Type | Description | | -- | -- | -- | | 89056a0356 | fix | cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |

core

| Commit | Type | Description | | -- | -- | -- | | 4623b61448 | fix | missing useExisting providers throwing for optional calls (#61152) | | 400dbc5b89 | fix | properly handle app stabilization with defer blocks (#61056) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | a6f0d5bc20 | fix | less aggressive ngServerMode cleanup (#61106) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-next.9"></a>

google-wombot
published 20.0.0-next.9 •

Changelog

Source

20.0.0-next.9 (2025-04-30)

Breaking Changes

core

  • the TestBed.flushEffects() was removed - use the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

common

| Commit | Type | Description | | -- | -- | -- | | b7d3f3dbfc | feat | Allow passing ScrollOptions to ViewportScroller (#61002) | | fc4a56d5c5 | fix | rename httpResource function in factory (#60022) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | c889382a20 | feat | detect missing structural directive imports (#59443) |

core

| Commit | Type | Description | | -- | -- | -- | | d5fd7349fb | feat | introduce TestBed.tick() (#60993) | | e711f99d81 | feat | move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906) | | d8fbb909ce | feat | rename afterRender to afterEveryRender and stabilize (#60999) | | 8d82a39a60 | fix | async EventEmitter error should not prevent stability (#61028) | | 624be2ef0c | fix | prevent stash listener conflicts (#59635) | | c2987d8402 | refactor | stop producing ng-reflect attributes by default (#60973) |

http

| Commit | Type | Description | | -- | -- | -- | | ccc5cc068f | feat | add keepalive support for fetch requests (#60621) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.9"></a>

google-wombot
published 19.2.9 •

Changelog

Source

19.2.9 (2025-04-30)

core

| Commit | Type | Description | | -- | -- | -- | | 946b844e0d | fix | async EventEmitter error should not prevent stability (#61028) | | dbb87026ca | fix | call DestroyRef on destroy callback if view is destroyed [patch] (#61061) | | 2e140a136a | fix | prevent stash listener conflicts [patch] (#61063) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-next.8"></a>

google-wombot
published 20.0.0-next.8 •

Changelog

Source

20.0.0-next.8 (2025-04-23)

Breaking Changes

compiler

  • 'in' in an expression now refers to the operator

core

  • provideExperimentalZonelessChangeDetection is renamed to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. Any code that directly calls functions returning this type may need to be adjusted to account for this.
  • Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.

Deprecations

platform-server

  • @angular/platform-server/testing

    Use e2e tests to verify SSR behavior instead.

compiler

| Commit | Type | Description | | -- | -- | -- | | 1b8e7ab9fe | feat | support the in keyword in Binary expression (#58432) |

core

| Commit | Type | Description | | -- | -- | -- | | 953c4b2580 | feat | Move zoneless change detection to dev preview (#60748) | | 0ac949c266 | fix | do not run change detection on global error events (#60944) | | 0162ceb427 | fix | inject migration should treat @Attribute as optional (#60916) |

forms

| Commit | Type | Description | | -- | -- | -- | | be995623cd | fix | make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | 2240a21c97 | refactor | deprecate the testing entry point (#60915) |

router

| Commit | Type | Description | | -- | -- | -- | | 62de7d930a | feat | add asynchronous redirects (#60863) | | 2419060fef | fix | relax required types on router commands to readonly array (#60345) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.8"></a>

google-wombot
published 19.2.8 •

Changelog

Source

19.2.8 (2025-04-23)

forms

| Commit | Type | Description | | -- | -- | -- | | ea4a211216 | fix | make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-next.7"></a>

2345
62