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

@ngrx/router-store

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrx/router-store - npm Package Compare versions

Comparing version

to
4.0.2

4

@ngrx/router-store.es5.js

@@ -126,4 +126,6 @@ import { NgModule } from '@angular/core';

StoreRouterConnectingModule.prototype.navigateIfNeeded = function () {
if (!this.storeState['routerReducer'])
if (!this.storeState['routerReducer'] ||
!this.storeState['routerReducer'].state) {
return;
}
if (this.dispatchTriggeredByRouter)

@@ -130,0 +132,0 @@ return;

@@ -125,4 +125,6 @@ import { NgModule } from '@angular/core';

navigateIfNeeded() {
if (!this.storeState['routerReducer'])
if (!this.storeState['routerReducer'] ||
!this.storeState['routerReducer'].state) {
return;
}
if (this.dispatchTriggeredByRouter)

@@ -129,0 +131,0 @@ return;

@@ -128,4 +128,6 @@ (function (global, factory) {

StoreRouterConnectingModule.prototype.navigateIfNeeded = function () {
if (!this.storeState['routerReducer'])
if (!this.storeState['routerReducer'] ||
!this.storeState['routerReducer'].state) {
return;
}
if (this.dispatchTriggeredByRouter)

@@ -132,0 +134,0 @@ return;

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

!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/router"),require("@ngrx/store"),require("rxjs/observable/of")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/router","@ngrx/store","rxjs/observable/of"],e):e((t.ngrx=t.ngrx||{},t.ngrx.routerStore=t.ngrx.routerStore||{}),t.ng.core,t.ng.router,t.ngrx.store,t.Rx.Observable)}(this,function(t,e,r,o,i){"use strict";function a(t,e){switch(e.type){case s:case u:case n:return{state:e.payload.routerState,navigationId:e.payload.event.id};default:return t}}var s="ROUTER_NAVIGATION",n="ROUTER_CANCEL",u="ROUTE_ERROR",c=function(){function t(t,e){this.store=t,this.router=e,this.routerState=null,this.dispatchTriggeredByRouter=!1,this.navigationTriggeredByDispatch=!1,this.setUpBeforePreactivationHook(),this.setUpStoreStateListener(),this.setUpStateRollbackEvents()}return t.prototype.setUpBeforePreactivationHook=function(){var t=this;this.router.hooks.beforePreactivation=function(e){return t.routerState=e,t.shouldDispatchRouterNavigation()&&t.dispatchRouterNavigation(),i.of(!0)}},t.prototype.setUpStoreStateListener=function(){var t=this;this.store.subscribe(function(e){t.storeState=e,t.navigateIfNeeded()})},t.prototype.shouldDispatchRouterNavigation=function(){return!this.storeState.routerReducer||!this.navigationTriggeredByDispatch},t.prototype.navigateIfNeeded=function(){this.storeState.routerReducer&&(this.dispatchTriggeredByRouter||this.router.url!==this.storeState.routerReducer.state.url&&(this.navigationTriggeredByDispatch=!0,this.router.navigateByUrl(this.storeState.routerReducer.state.url)))},t.prototype.setUpStateRollbackEvents=function(){var t=this;this.router.events.subscribe(function(e){e instanceof r.RoutesRecognized?t.lastRoutesRecognized=e:e instanceof r.NavigationCancel?t.dispatchRouterCancel(e):e instanceof r.NavigationError&&t.dispatchRouterError(e)})},t.prototype.dispatchRouterNavigation=function(){this.dispatchRouterAction(s,{routerState:this.routerState,event:this.lastRoutesRecognized})},t.prototype.dispatchRouterCancel=function(t){this.dispatchRouterAction(n,{routerState:this.routerState,storeState:this.storeState,event:t})},t.prototype.dispatchRouterError=function(t){this.dispatchRouterAction(u,{routerState:this.routerState,storeState:this.storeState,event:t})},t.prototype.dispatchRouterAction=function(t,e){this.dispatchTriggeredByRouter=!0;try{this.store.dispatch({type:t,payload:e})}finally{this.dispatchTriggeredByRouter=!1,this.navigationTriggeredByDispatch=!1}},t}();c.decorators=[{type:e.NgModule,args:[{}]}],c.ctorParameters=function(){return[{type:o.Store},{type:r.Router}]},t.ROUTER_ERROR=u,t.ROUTER_CANCEL=n,t.ROUTER_NAVIGATION=s,t.routerReducer=a,t.StoreRouterConnectingModule=c,Object.defineProperty(t,"__esModule",{value:!0})});
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/router"),require("@ngrx/store"),require("rxjs/observable/of")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/router","@ngrx/store","rxjs/observable/of"],e):e((t.ngrx=t.ngrx||{},t.ngrx.routerStore=t.ngrx.routerStore||{}),t.ng.core,t.ng.router,t.ngrx.store,t.Rx.Observable)}(this,function(t,e,r,o,i){"use strict";function a(t,e){switch(e.type){case s:case u:case n:return{state:e.payload.routerState,navigationId:e.payload.event.id};default:return t}}var s="ROUTER_NAVIGATION",n="ROUTER_CANCEL",u="ROUTE_ERROR",c=function(){function t(t,e){this.store=t,this.router=e,this.routerState=null,this.dispatchTriggeredByRouter=!1,this.navigationTriggeredByDispatch=!1,this.setUpBeforePreactivationHook(),this.setUpStoreStateListener(),this.setUpStateRollbackEvents()}return t.prototype.setUpBeforePreactivationHook=function(){var t=this;this.router.hooks.beforePreactivation=function(e){return t.routerState=e,t.shouldDispatchRouterNavigation()&&t.dispatchRouterNavigation(),i.of(!0)}},t.prototype.setUpStoreStateListener=function(){var t=this;this.store.subscribe(function(e){t.storeState=e,t.navigateIfNeeded()})},t.prototype.shouldDispatchRouterNavigation=function(){return!this.storeState.routerReducer||!this.navigationTriggeredByDispatch},t.prototype.navigateIfNeeded=function(){this.storeState.routerReducer&&this.storeState.routerReducer.state&&(this.dispatchTriggeredByRouter||this.router.url!==this.storeState.routerReducer.state.url&&(this.navigationTriggeredByDispatch=!0,this.router.navigateByUrl(this.storeState.routerReducer.state.url)))},t.prototype.setUpStateRollbackEvents=function(){var t=this;this.router.events.subscribe(function(e){e instanceof r.RoutesRecognized?t.lastRoutesRecognized=e:e instanceof r.NavigationCancel?t.dispatchRouterCancel(e):e instanceof r.NavigationError&&t.dispatchRouterError(e)})},t.prototype.dispatchRouterNavigation=function(){this.dispatchRouterAction(s,{routerState:this.routerState,event:this.lastRoutesRecognized})},t.prototype.dispatchRouterCancel=function(t){this.dispatchRouterAction(n,{routerState:this.routerState,storeState:this.storeState,event:t})},t.prototype.dispatchRouterError=function(t){this.dispatchRouterAction(u,{routerState:this.routerState,storeState:this.storeState,event:t})},t.prototype.dispatchRouterAction=function(t,e){this.dispatchTriggeredByRouter=!0;try{this.store.dispatch({type:t,payload:e})}finally{this.dispatchTriggeredByRouter=!1,this.navigationTriggeredByDispatch=!1}},t}();c.decorators=[{type:e.NgModule,args:[{}]}],c.ctorParameters=function(){return[{type:o.Store},{type:r.Router}]},t.ROUTER_ERROR=u,t.ROUTER_CANCEL=n,t.ROUTER_NAVIGATION=s,t.routerReducer=a,t.StoreRouterConnectingModule=c,Object.defineProperty(t,"__esModule",{value:!0})});
//# sourceMappingURL=./dist/router-store/bundles/router-store.umd.min.js.map
{
"name": "@ngrx/router-store",
"version": "4.0.0",
"version": "4.0.2",
"description": "Bindings to connect @angular/router to @ngrx/store",

@@ -5,0 +5,0 @@ "module": "@ngrx/router-store.es5.js",

@@ -124,4 +124,6 @@ import { NgModule } from '@angular/core';

navigateIfNeeded() {
if (!this.storeState['routerReducer'])
if (!this.storeState['routerReducer'] ||
!this.storeState['routerReducer'].state) {
return;
}
if (this.dispatchTriggeredByRouter)

@@ -128,0 +130,0 @@ return;

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