New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 1.2.1-alpha.8

2

lib/setCookieStore.js

@@ -30,5 +30,5 @@ "use strict";

}, {});
js_cookie_1.default.set(key, JSON.stringify(allowedState));
js_cookie_1.default.set(key, JSON.stringify(allowedState), { expires: 365 });
}
}
exports.setCookieStore = setCookieStore;
{
"name": "next-persist",
"version": "1.2.1-alpha.7",
"version": "1.2.1-alpha.8",
"description": "Client-side persistence with server-side rendering",

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

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