Socket
Socket
Sign inDemoInstall

ngrx-store-localstorage

Package Overview
Dependencies
7
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

dist/index.js

@@ -57,3 +57,3 @@ "use strict";

if (action.type === INIT_ACTION && rehydratedState) {
state = Object.assign({}, rehydratedState, state);
state = Object.assign({}, state, rehydratedState);
}

@@ -60,0 +60,0 @@ var nextState = reducer(state, action);

{
"name": "ngrx-store-localstorage",
"version": "0.1.1",
"version": "0.1.2",
"description": "State and local storage syncing for @ngrx/store",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -59,3 +59,3 @@ const INIT_ACTION = "@ngrx/store/init";

if(action.type === INIT_ACTION && rehydratedState){
state = Object.assign({}, rehydratedState, state);
state = Object.assign({}, state, rehydratedState);
}

@@ -62,0 +62,0 @@ const nextState = reducer(state, action);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc