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

@ngxs/store

Package Overview
Dependencies
Maintainers
1
Versions
1322
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 18.1.0 to 18.1.1-dev.master-1c1e589

esm2022/internals/custom-rxjs-operators.mjs

1

internals/index.d.ts

@@ -9,2 +9,3 @@ export * from './symbols';

export { ɵOrderedSubject, ɵOrderedBehaviorSubject } from './custom-rxjs-subjects';
export { ɵwrapObserverCalls } from './custom-rxjs-operators';
export { ɵStateStream } from './state-stream';

5

internals/state-stream.d.ts

@@ -1,4 +0,4 @@

import { OnDestroy } from '@angular/core';
import { OnDestroy, Signal } from '@angular/core';
import { ɵOrderedBehaviorSubject } from './custom-rxjs-subjects';
import { ɵPlainObject } from './symbols';
import { ɵOrderedBehaviorSubject } from './custom-rxjs-subjects';
import * as i0 from "@angular/core";

@@ -10,2 +10,3 @@ /**

export declare class ɵStateStream extends ɵOrderedBehaviorSubject<ɵPlainObject> implements OnDestroy {
readonly state: Signal<ɵPlainObject>;
constructor();

@@ -12,0 +13,0 @@ ngOnDestroy(): void;

export { freshPlatform } from './fresh-platform';
export { NgxsTestBed } from './ngxs.setup';
export { skipConsoleLogging } from './skip-console-logging';
export { skipConsoleLogging, ConsoleRecord, ConsoleRecorder, loggedError } from './skip-console-logging';
export { NgxsTesting } from './symbol';

@@ -1,1 +0,4 @@

export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T): ReturnType<T>;
export type ConsoleRecord = [string, any[]];
export type ConsoleRecorder = ConsoleRecord[];
export declare function loggedError(message: string): ConsoleRecord;
export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T, consoleRecorder?: ConsoleRecorder): ReturnType<T>;
{
"name": "@ngxs/store",
"version": "18.1.0",
"version": "18.1.1-dev.master-1c1e589",
"license": "MIT",

@@ -35,2 +35,8 @@ "sideEffects": false,

},
"./plugins": {
"types": "./plugins/index.d.ts",
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs",
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs",
"default": "./fesm2022/ngxs-store-plugins.mjs"
},
"./operators": {

@@ -42,8 +48,2 @@ "types": "./operators/index.d.ts",

},
"./plugins": {
"types": "./plugins/index.d.ts",
"esm2022": "./esm2022/plugins/ngxs-store-plugins.mjs",
"esm": "./esm2022/plugins/ngxs-store-plugins.mjs",
"default": "./fesm2022/ngxs-store-plugins.mjs"
},
"./internals/testing": {

@@ -102,2 +102,2 @@ "types": "./internals/testing/index.d.ts",

}
}
}

@@ -15,2 +15,3 @@ <p align="center">

- ✨ Learn about it on the [docs site](https://ngxs.io/)
- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz)
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro)

@@ -17,0 +18,0 @@ - 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration)

{
"@ngxs/store": "18.1.0"
"@ngxs/store": "18.1.1"
}

@@ -1,2 +0,1 @@

import { MonoTypeOperatorFunction } from 'rxjs';
import { NgxsExecutionStrategy } from '../execution/symbols';

@@ -7,2 +6,2 @@ /**

*/
export declare function leaveNgxs<T>(ngxsExecutionStrategy: NgxsExecutionStrategy): MonoTypeOperatorFunction<T>;
export declare function leaveNgxs<T>(ngxsExecutionStrategy: NgxsExecutionStrategy): import("rxjs").MonoTypeOperatorFunction<T>;

@@ -43,3 +43,2 @@ import { Signal } from '@angular/core';

selectSignal<T>(selector: TypedSelector<T>): Signal<T>;
private selectFromStateStream;
/**

@@ -46,0 +45,0 @@ * Allow the user to subscribe to the root of the state

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

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

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

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