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.7 to 5.6.8

7

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

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

"precommit": "lint-staged",
"prepublishOnly": "npm run clean && npm run build && npm run stats:update-libsize",
"stats:size": "node ./scripts/size-estimator.js",
"stats:update-libsize": "npm run stats:size | tail -1 >> LIBSIZE.md && git add LIBSIZE.md && git commit --amend -C HEAD",
"test": "flow && BABEL_ENV=commonjs ava"
"test": "flow && BABEL_ENV=commonjs ava",
"version": "npm run clean && npm run build && npm run stats:size | tail -1 >> LIBSIZE.md && git add LIBSIZE.md"
},

@@ -30,0 +29,0 @@ "lint-staged": {

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