Socket
Socket
Sign inDemoInstall

redux-persist

Package Overview
Dependencies
1
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.3 to 5.6.4

2

package.json
{
"name": "redux-persist",
"version": "5.6.3",
"version": "5.6.4",
"description": "persist and rehydrate redux stores",

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

@@ -31,3 +31,3 @@ // @flow

config: PersistConfig,
baseReducer: (State | void, Action) => State
baseReducer: (State, Action) => State
): (State, Action) => State & PersistPartial {

@@ -34,0 +34,0 @@ if (process.env.NODE_ENV !== 'production') {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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