Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngrx/signals

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrx/signals - npm Package Versions

2

19.0.0-beta.0

Diff

brandonroberts
published 18.1.1 •

Changelog

Source

18.1.1 (2024-10-29)

Bug Fixes

  • data: export HttpOptions (#4564) (4909627)
  • router-store: use non-const enum to allow isolatedModules tsconfig option (#4554) (f993759)

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

brandonroberts
published 18.1.0 •

Changelog

Source

18.1.0 (2024-10-08)

Bug Fixes

  • component-store: remove @ngrx/operators from dependencies (#4532) (3b4b9c4)
  • effects: remove @ngrx/operators from dependencies (#4531) (4fb78f1)
  • signals: remove usage of SIGNAL from @angular/core/primitives/signals package (#4530) (cae429a)
  • signals: use Injector of rxMethod instance caller if available (#4529) (ffc1d87), closes #4528
  • store-devtools: add @angular/core as peer dependency (#4478) (62cceeb), closes #4479

Features

<a name="18.0.2"></a>

brandonroberts
published 18.0.2 •

Changelog

Source

18.0.2 (2024-07-31)

Bug Fixes

  • eslint-plugin: do not report non-array returns in no-multiple-actions-in-effects (#4418) (92a68bc)
  • operators: add @ngrx/operators to packageGroup for updates (#4472) (521ce7b), closes #4465
  • signals: allow modifying entity id on update (#4404) (0106e93)

<a name="18.0.1"></a>

brandonroberts
published 18.0.0 •

Changelog

Source

18.0.0 (2024-06-13)

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

brandonroberts
published 18.0.0-rc.3 •

brandonroberts
published 18.0.0-rc.2 •

brandonroberts
published 18.0.0-rc.1 •

Changelog

Source

18.0.0-rc.1 (2024-06-12)

Bug Fixes

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

brandonroberts
published 18.0.0-rc.0 •

Changelog

Source

18.0.0-rc.0 (2024-06-10)

Bug Fixes

  • router-store: include string[] as return type for selectQueryParam (#4369) (b0b43f7)
  • signals: export DeepSignal (#4377) (fa26c5c)

Features

BREAKING CHANGES

  • effects: The concatLatestFrom operator has been removed from @ngrx/effects in favor of the @ngrx/operators package.

BEFORE:

import { concatLatestFrom } from '@ngrx/effects';

AFTER:

import { concatLatestFrom } from '@ngrx/operators';

  • component-store: The tapResponse operator has been removed from @ngrx/component-store in favor of the @ngrx/operators package.

BEFORE:

import { tapResponse } from '@ngrx/component-store';

AFTER:

import { tapResponse } from '@ngrx/operators';

<a name="18.0.0-beta.1"></a>

brandonroberts
published 18.0.0-beta.1 •

Changelog

Source

18.0.0-beta.1 (2024-05-20)

<a name="18.0.0-beta.0"></a>

2
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