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
1358
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.4 to 18.1.5-dev.master-aa4dd85

esm2022/src/internal/provide-internal-tokens.mjs

6

index.d.ts

@@ -340,3 +340,3 @@ import * as i0 from '@angular/core';

*/
invokeActions(action: any): rxjs.Observable<[void | Promise<void> | rxjs.Observable<unknown>]>;
private invokeActions;
private addToStatesMap;

@@ -753,2 +753,4 @@ private addRuntimeInfoToMeta;

export { Action, type ActionCompletion, type ActionContext, type ActionDef, type ActionMap, ActionStatus, type ActionType, Actions, type NgxsAfterBootstrap, NgxsConfig, NgxsDevelopmentModule, type NgxsDevelopmentOptions, type NgxsExecutionStrategy, NgxsModule, type NgxsModuleOptions, type NgxsOnChanges, type NgxsOnInit, NgxsSimpleChange, NgxsUnhandledActionsLogger, type NgxsUnhandledErrorContext, NgxsUnhandledErrorHandler, NoopNgxsExecutionStrategy, type PropertySelectors, Select, Selector, type SelectorMap, SelectorOptions, State, type StateContext, Store, type TypedSelector, createDispatchMap, createModelSelector, createPickSelector, createPropertySelectors, createSelectMap, createSelector, dispatch, ofAction, ofActionCanceled, ofActionCompleted, ofActionDispatched, ofActionErrored, ofActionSuccessful, provideStates, provideStore, select, withNgxsDevelopmentOptions, withNgxsPlugin, withNgxsPreboot, NgxsFeatureModule as ɵNgxsFeatureModule, NgxsRootModule as ɵNgxsRootModule, type ɵSelectorDef, type ɵSelectorFunc, type ɵSelectorReturnType, type ɵStateSelector };
declare function ɵprovideNgxsInternalStateTokens(): i0.EnvironmentProviders;
export { Action, type ActionCompletion, type ActionContext, type ActionDef, type ActionMap, ActionStatus, type ActionType, Actions, type NgxsAfterBootstrap, NgxsConfig, NgxsDevelopmentModule, type NgxsDevelopmentOptions, type NgxsExecutionStrategy, NgxsModule, type NgxsModuleOptions, type NgxsOnChanges, type NgxsOnInit, NgxsSimpleChange, NgxsUnhandledActionsLogger, type NgxsUnhandledErrorContext, NgxsUnhandledErrorHandler, NoopNgxsExecutionStrategy, type PropertySelectors, Select, Selector, type SelectorMap, SelectorOptions, State, type StateContext, Store, type TypedSelector, createDispatchMap, createModelSelector, createPickSelector, createPropertySelectors, createSelectMap, createSelector, dispatch, ofAction, ofActionCanceled, ofActionCompleted, ofActionDispatched, ofActionErrored, ofActionSuccessful, provideStates, provideStore, select, withNgxsDevelopmentOptions, withNgxsPlugin, withNgxsPreboot, NgxsFeatureModule as ɵNgxsFeatureModule, NgxsRootModule as ɵNgxsRootModule, type ɵSelectorDef, type ɵSelectorFunc, type ɵSelectorReturnType, type ɵStateSelector, ɵprovideNgxsInternalStateTokens };

@@ -124,3 +124,2 @@ import * as i0 from '@angular/core';

declare function defaultEqualityCheck(a: any, b: any): boolean;
/**

@@ -132,3 +131,3 @@ * Memoize a function on its last inputs only.

*/
declare function ɵmemoize<T extends (...args: any[]) => any>(func: T, equalityCheck?: typeof defaultEqualityCheck): T;
declare function ɵmemoize<T extends (...args: any[]) => any>(func: T, equalityCheck?: (value1: any, value2: any) => boolean): T;

@@ -135,0 +134,0 @@ declare class ɵInitialState {

{
"name": "@ngxs/store",
"version": "18.1.4",
"version": "18.1.5-dev.master-aa4dd85",
"license": "MIT",

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

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

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

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

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

}
}
}
{
"@ngxs/store": "18.1.4"
"@ngxs/store": "18.1.5"
}

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