redux-deep-persist
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "redux-deep-persist", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Allows to easily create a deep configuration of a whitelist or blacklist for the redux-persist module.", | ||
@@ -5,0 +5,0 @@ "author": "Piotr Kujawa <piotrkujawa.dev@gmail.com>", |
# Redux Deep Persist | ||
[![npm version](https://img.shields.io/npm/v/redux-deep-persist?style=flat-square)](https://img.shields.io/npm/v/redux-deep-persist) [![npm downloads](https://img.shields.io/npm/dw/redux-deep-persist?style=flat-square)](https://img.shields.io/npm/dw/redux-deep-persist) [![license](https://img.shields.io/github/license/PiotrKujawa/redux-deep-persist?style=flat-square)](https://img.shields.io/github/license/PiotrKujawa/redux-deep-persist) | ||
[![npm version](https://img.shields.io/npm/v/redux-deep-persist?style=flat-square)](https://img.shields.io/npm/v/redux-deep-persist) [![build status](https://img.shields.io/github/workflow/status/PiotrKujawa/redux-deep-persist/prepublish)](https://img.shields.io/github/workflow/status/PiotrKujawa/redux-deep-persist/prepublish) [![npm downloads](https://img.shields.io/npm/dw/redux-deep-persist?style=flat-square)](https://img.shields.io/npm/dw/redux-deep-persist) [![license](https://img.shields.io/github/license/PiotrKujawa/redux-deep-persist?style=flat-square)](https://img.shields.io/github/license/PiotrKujawa/redux-deep-persist) | ||
<a href="https://rdp-demo.net" target="_blank">Demo Page</a> | ||
## About this package | ||
@@ -12,3 +11,3 @@ | ||
If your redux state is deeply nested you don't have to create multiple, nested persist configs. You can easily create a whitelist or a blacklist for fields at any level of your state, using simple dot notation `[someProp.secondLevel.thirdLevel.anotherLevel]` | ||
If your redux state is deeply nested you don't have to create multiple, nested persist configs. You can easily create a whitelist or a blacklist for fields at any level of your state, using simple dot notation `['someProp.secondLevel.thirdLevel.anotherLevel']` | ||
@@ -15,0 +14,0 @@ Redux documentation recommends to keep the state as flat as possible, but it is not always possible. Redux Deep Persist may be very helpful in a situation when deep nesting is hard to avoid. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87556
114