Socket
Socket
Sign inDemoInstall

ngrx-store-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngrx-store-localstorage - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

dist/index.js

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

stateSlice = state[name_1];
if (key[name_1]) {
if (typeof (stateSlice) !== 'undefined' && key[name_1]) {
// use serialize function if specified.

@@ -91,0 +91,0 @@ if (key[name_1].serialize) {

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

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

@@ -99,3 +99,3 @@ const INIT_ACTION = '@ngrx/store/init';

if (key[name]) {
if (typeof (stateSlice) !== 'undefined' && key[name]) {
// use serialize function if specified.

@@ -102,0 +102,0 @@ if (key[name].serialize) {

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