Socket
Socket
Sign inDemoInstall

@angular/service-worker

Package Overview
Dependencies
Maintainers
3
Versions
751
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/service-worker - npm Package Versions

23
76

18.2.1

Diff

google-wombot
published 19.0.0-next.1 •

Changelog

Source

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 9e87593055 | feat | ensure template style elements are preprocessed as inline styles (#57429) |

core

| Commit | Type | Description | | -- | -- | -- | | b063468027 | feat | support TypeScript 5.6 (#57424) | | 3b0dca75d6 | fix | Allow zoneless scheduler to run inside fakeAsync (#56932) | | f03d274e87 | fix | ComponentFixture autoDetect feature works like production (#55228) | | d4449fce21 | fix | handle hydration of components that project content conditionally (#57383) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 4ae66f25d0 | fix | account for members with doc strings and no modifiers (#57389) | | ac93839d69 | fix | avoid migrating route component in tests (#57317) | | 58a79b6e43 | fix | preserve type when using inject decorator (#57389) |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 19.0.0-next.0 •

google-wombot
published 18.2.0 •

Changelog

Source

18.2.0 (2024-08-14)

compiler

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

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 98ed5b609e | feat | run JIT transform on classes with jit: true opt-out (#56892) | | c76b440ac0 | fix | add warning for unused let declarations (#57033) | | 0f0a1f2836 | fix | emitting references to ngtypecheck files (#57138) | | 6c2fbda694 | fix | extended diagnostic visitor not visiting template attributes (#57033) | | e11c0c42d2 | fix | run JIT transforms on @NgModule classes with jit: true (#57212) |

core

| Commit | Type | Description | | -- | -- | -- | | f7918f5272 | feat | Add 'flush' parameter option to fakeAsync to flush after the test (#57239) | | fab673a1dd | feat | add ng generate schematic to convert to inject (#57056) | | 7919982063 | feat | Add whenStable helper on ApplicationRef (#57190) | | 3459289ef0 | feat | bootstrapModule can configure NgZone in providers (#57060) | | 296216cbe1 | fix | Allow hybrid CD scheduling to support multiple "Angular zones" (#57267) | | 8718abce90 | fix | Deprecate ignoreChangesOutsideZone option (#57029) | | 827070e331 | fix | Do not run image performance warning checks on server (#57234) | | ca89ef9141 | fix | handle shorthand assignment in the inject migration (#57134) | | 5dcdbfcba9 | fix | rename the equality function option in toSignal (#56769) | | 2a4f488a6c | fix | warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) |

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 | | -- | -- | -- | | 147eee4253 | feat | add migration to convert standalone component routes to be lazy loaded (#56428) | | cb442a0ce7 | fix | account for parameters with union types (#57127) | | 166166d79e | fix | add alias to inject migration (#57127) | | b1a9d0f4de | fix | avoid duplicating comments when generating properties (#57367) | | 5d76401ff5 | fix | preserve optional parameters (#57367) | | 1cf616f671 | fix | remove generic arguments from the injected type reference (#57127) | | ba0df30ef6 | fix | remove unused imports in inject migration (#57179) | | aae9646a1b | fix | unwrap injected forwardRef (#57127) | | 604270619a | perf | speed up signal input migration by combining two analyze phases (#57318) |

router

| Commit | Type | Description | | -- | -- | -- | | 6c76c91e15 | feat | Add defaultQueryParamsHandling to router configuration (#57198) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.5"></a>

google-wombot
published 18.1.5 •

Changelog

Source

18.1.5 (2024-08-14)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 5401332b0e | fix | generate valid TS 5.6 type checking code (#57303) |

core

| Commit | Type | Description | | -- | -- | -- | | e39b22a932 | fix | Account for addEventListener to be passed a Window or Document. (#57282) | | db65bc25ca | fix | Account for addEventListener to be passed a Window or Document. (#57354) | | 0e024ecc27 | fix | complete post-hydration cleanup in components that use ViewContainerRef (#57300) | | 822db64b93 | fix | skip hydration for i18n nodes that were not projected (#57356) | | 810f76f574 | fix | take skip hydration flag into account while hydrating i18n blocks (#57299) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.4"></a>

google-wombot
published 18.2.0-rc.0 •

google-wombot
published 18.1.4 •

Changelog

Source

18.1.4 (2024-08-07)

compiler

| Commit | Type | Description | | -- | -- | -- | | 6a99f83659 | fix | reduce chance of conflicts between generated factory and local variables (#57181) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | afb05ff1cb | fix | support JIT transforms before other transforms modifying classes (#57262) | | bae54a1621 | perf | improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 6ac209c24f | fix | avoid generating TS suggestion diagnostics for templates (#56241) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.3"></a>

google-wombot
published 18.2.0-next.4 •

google-wombot
published 18.2.0-next.3 •

Changelog

Source

18.2.0-next.3 (2024-07-31)

compiler

| Commit | Type | Description | | -- | -- | -- | | 67e09404db | fix | reduce chance of conflicts between generated factory and local variables (#57181) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 0f0a1f2836 | fix | emitting references to ngtypecheck files (#57138) | | e11c0c42d2 | fix | run JIT transforms on @NgModule classes with jit: true (#57212) |

core

| Commit | Type | Description | | -- | -- | -- | | 3459289ef0 | feat | bootstrapModule can configure NgZone in providers (#57060) | | 3a63c9ebbe | fix | errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993) | | ca89ef9141 | fix | handle shorthand assignment in the inject migration (#57134) | | a752178f28 | fix | hydration error in some let declaration setups (#57173) | | 2a4f488a6c | fix | warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 147eee4253 | feat | add migration to convert standalone component routes to be lazy loaded (#56428) | | cb442a0ce7 | fix | account for parameters with union types (#57127) | | 166166d79e | fix | add alias to inject migration (#57127) | | 1cf616f671 | fix | remove generic arguments from the injected type reference (#57127) | | ba0df30ef6 | fix | remove unused imports in inject migration (#57179) | | aae9646a1b | fix | unwrap injected forwardRef (#57127) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.3"></a>

google-wombot
published 18.1.3 •

Changelog

Source

18.1.3 (2024-07-31)

compiler

| Commit | Type | Description | | -- | -- | -- | | 31dea066d6 | fix | reduce chance of conflicts between generated factory and local variables (#57181) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 1f9e090910 | fix | emitting references to ngtypecheck files (#57138) (#57202) |

core

| Commit | Type | Description | | -- | -- | -- | | f7ab04018e | fix | errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993) | | eaa83f9d27 | fix | hydration error in some let declaration setups (#57173) |

<!-- CHANGELOG SPLIT MARKER -->

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

23
76
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