Socket
Socket
Sign inDemoInstall

@angular/http

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/http - npm Package Versions

1
26

7.2.0-beta.2

Diff

angular
published 7.1.3 •

Changelog

Source

17.1.3 (2024-02-08)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | bc4a6a9715 | fix | do not error due to multiple components named equally (#54273) | | a997e08c6f | fix | handle default imports in defer blocks (#53695) | | 63a9027720 | fix | interpolatedSignalNotInvoked diagnostic for model signals (#54338) | | 40e1edc977 | fix | properly catch fatal diagnostics in type checking (#54309) | | 9f6605d11b | fix | support jumping to definitions of signal-based inputs (#54233) |

core

| Commit | Type | Description | | -- | -- | -- | | 7df133dcc2 | fix | afterRender hooks should allow updating state (#54074) | | 744e20641a | fix | Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329) | | 0fb114274c | fix | update imports to be compatible with rxjs 6 (#54193) |

router

| Commit | Type | Description | | -- | -- | -- | | 238f2a8bc9 | fix | Clear internal transition when navigation finalizes (#54261) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.2"></a>

angular
published 7.1.2 •

Changelog

Source

17.1.2 (2024-01-31)

| Commit | Type | Description | | -- | -- | -- | | ccddacf11d | fix | cta clickability issue in adev homepage. (#52905) |

animations

| Commit | Type | Description | | -- | -- | -- | | 98d545fafa | fix | cleanup DOM elements when root view is removed with async animations (#53033) |

common

| Commit | Type | Description | | -- | -- | -- | | cdc5e39532 | fix | The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879) |

compiler

| Commit | Type | Description | | -- | -- | -- | | f12b01ec88 | fix | Update type check block to fix control flow source mappings (#53980) |

core

| Commit | Type | Description | | -- | -- | -- | | c477e876e3 | fix | change defer block fixture default behavior to playthrough (#54088) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 8264382a6b | fix | error in standalone migration when non-array value is used as declarations in TestBed (#54122) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.1"></a>

angular
published 7.2.0-beta.1 •

angular
published 7.2.0-beta.0 •

angular
published 7.1.1 •

Changelog

Source

17.1.1 (2024-01-24)

router

| Commit | Type | Description | | -- | -- | -- | | f222bee8fa | fix | revert commit that replaced last helper with native Array.at(-1) (#54021) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.0"></a>

angular
published 7.1.0 •

Changelog

Source

17.1.0 (2024-01-17)

compiler

| Commit | Type | Description | | -- | -- | -- | | 79ff91a813 | fix | allow TS jsDocParsingMode host option to be programmatically set (#53126) | | 5613051a8b | fix | allow TS jsDocParsingMode host option to be programmatically set again (#53292) | | df8a825910 | fix | project empty block root node (#53620) | | 478d622265 | fix | project empty block root node in template pipeline (#53620) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | abdc7e4578 | feat | support type-checking for generic signal inputs (#53521) | | e620b3a724 | fix | add compiler option to disable control flow content projection diagnostic (#53311) | | 4c1d69e288 | fix | add diagnostic for control flow that prevents content projection (#53190) | | 76ceebad04 | fix | do not throw fatal error if extended type check fails (#53896) | | 1a6eaa0fea | fix | input transform in local compilation mode (#53645) | | 56a76d73e0 | fix | modify getConstructorDependencies helper to work with reflection host after the previous change (#52215) |

core

| Commit | Type | Description | | -- | -- | -- | | 863be4b698 | feat | expose new input API for signal-based inputs (#53872) | | 94096c6ede | feat | support TypeScript 5.3 (#52572) | | 69b384c0d1 | fix | SignalNode reactive node incorrectly exposing unset field (#53571) | | 6f79507ea7 | fix | Change defer block fixture default behavior to playthrough (#53956) | | 32f908ab70 | fix | do not accidentally inherit input transforms when overridden (#53571) | | bdd61c768a | fix | replace assertion with more intentional error (#52234) | | 0daca457bb | fix | TestBed should still use the microtask queue to schedule effects (#53843) |

router

| Commit | Type | Description | | -- | -- | -- | | 5c1d441029 | feat | Add info property to NavigationExtras (#53303) | | 50d7916278 | feat | Add router configuration to resolve navigation promise on error (#48910) | | a5a9b408e2 | feat | Add transient info to RouterLink input (#53784) | | 726530a9af | feat | Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.9"></a>

angular
published 7.1.0-rc.0 •

angular
published 7.1.0-rc.0.with-local-changes •

angular
published 7.0.4 •

Changelog

Source

17.0.4 (2023-11-20)

common

| Commit | Type | Description | | -- | -- | -- | | 7f1c55755d | fix | remove load on image once it fails to load (#52990) | | fafcb0d23f | fix | scan images once page is loaded (#52991) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 98376f2c09 | fix | changed after checked error in for loops (#52935) | | 291deac663 | fix | generate i18n instructions for blocks (#52958) | | 49dca36880 | fix | nested for loops incorrectly calculating computed variables (#52931) | | f01b7183d2 | fix | produce placeholder for blocks in i18n bundles (#52958) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | f671f86ac2 | fix | add diagnostic for control flow that prevents content projection (#52726) |

core

| Commit | Type | Description | | -- | -- | -- | | db1a8ebdb4 | fix | cleanup loading promise when no dependencies are defined (#53031) | | 31a1575334 | fix | handle local refs when getDeferBlocks is invoked in tests (#52973) |

migrations

| Commit | Type | Description | | -- | -- | -- | | ac9cd6108f | fix | control flow migration fails for async pipe with unboxing of observable (#52756) (#52972) | | 13bf5b7007 | fix | Fixes control flow migration if then else case (#53006) | | 492ad4698a | fix | fixes migrations of nested switches in control flow (#53010) | | 0fad36eff2 | fix | tweaks to formatting in control flow migration (#53058) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.3"></a>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc