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.3.3 to 5.3.4

2

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

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

@@ -42,4 +42,4 @@ // @flow

export type Transform = {
in: (Object | string, string) => Object,
out: (Object | string, string) => Object,
inbound: (Object | string, string) => Object,
outbound: (Object | string, string) => Object,
config?: PersistConfig,

@@ -46,0 +46,0 @@ }

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