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

next-persist

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-persist - npm Package Compare versions

Comparing version 1.2.1-alpha.6 to 1.2.1-alpha.7

2

lib/setCookieStore.js

@@ -22,3 +22,3 @@ "use strict";

if (allowList.length === 0) {
js_cookie_1.default.set(key, JSON.stringify(state));
js_cookie_1.default.set(key, JSON.stringify(state), { expires: 365 });
}

@@ -25,0 +25,0 @@ else {

{
"name": "next-persist",
"version": "1.2.1-alpha.6",
"description": "Bridging the gap between client-side persistence and server-side rendering",
"version": "1.2.1-alpha.7",
"description": "Client-side persistence with server-side rendering",
"main": "lib/index.js",

@@ -19,4 +19,6 @@ "scripts": {

"react",
"redux",
"persist",
"localStorage",
"cookies",
"client-side rendering",

@@ -23,0 +25,0 @@ "server-side rendering"

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