New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ngxs/store

Package Overview
Dependencies
Maintainers
1
Versions
1366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/store - npm Package Compare versions

Comparing version 19.0.0-dev.master-7869eae to 19.0.0-dev.master-934d9e1

9

internals/index.d.ts
import * as i0 from '@angular/core';
import { InjectionToken, OnDestroy, Signal } from '@angular/core';
import { ReplaySubject, Subject, BehaviorSubject, MonoTypeOperatorFunction } from 'rxjs';
import { InjectionToken, Signal } from '@angular/core';
import { BehaviorSubject, Subject, MonoTypeOperatorFunction } from 'rxjs';

@@ -139,3 +139,3 @@ declare class StateToken<T = void> {

declare class ɵNgxsAppBootstrappedState extends ReplaySubject<boolean> {
declare class ɵNgxsAppBootstrappedState extends BehaviorSubject<boolean> {
constructor();

@@ -198,6 +198,5 @@ bootstrap(): void;

*/
declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> implements OnDestroy {
declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> {
readonly state: Signal<ɵPlainObject>;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ɵStateStream, never>;

@@ -204,0 +203,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<ɵStateStream>;

{
"name": "@ngxs/store",
"version": "19.0.0-dev.master-7869eae",
"version": "19.0.0-dev.master-934d9e1",
"license": "MIT",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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