Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

org.webjars.npm:redux-localstorage-filter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.webjars.npm:redux-localstorage-filter

WebJar for redux-localstorage-filter

  • 0.1.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

redux-localstorage-filter

Storage enhancer to persist a subset of your state.

license npm version npm downloads

Installation

npm install --save redux-localstorage-filter

Usage

const storage = compose(
  filter('nested.key'),
)(adapter(localStorage));

For more information on using storage enhancers check out redux-localstorage

API

filter(paths)

type paths = Array<String> | String

A path is a string that points to the property key of your redux store that you would like to persist. In order to specify a nested key separate the keys that make up the full path with fullstops (.). Specify multiple paths by passing in an Array:

filter(['key', 'another.key']),

License

MIT

FAQs

Package last updated on 04 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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