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

vuex-persistedstate

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-persistedstate - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

dist/vuex-persistedstate.es.js

6

package.json
{
"name": "vuex-persistedstate",
"description": "Persist Vuex state with localStorage.",
"version": "2.4.1",
"version": "2.4.2",
"license": "MIT",

@@ -18,4 +18,4 @@ "author": "Robin van der Vleuten <robin@webstronauts.co> (robinvdvleuten.nl)",

"main": "dist/vuex-persistedstate.js",
"module": "index.js",
"jsnext:main": "index.js",
"module": "dist/vuex-persistedstate.es.js",
"jsnext:main": "dist/vuex-persistedstate.es.js",
"umd:main": "dist/vuex-persistedstate.umd.js",

@@ -22,0 +22,0 @@ "files": [

@@ -25,3 +25,3 @@ # vuex-persistedstate

[**Real Example on JSFiddle**](https://jsfiddle.net/robinvdvleuten/wmf8zvf8/) ➡️
[![Edit vuex-persistedstate](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/80k4m2598?autoresize=1)

@@ -58,3 +58,3 @@ ```js

[**Real Example on JSFiddle**](https://jsfiddle.net/robinvdvleuten/meoLa716/) ➡️
[![Edit vuex-persistedstate with js-cookie](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/xl356qvvkz?autoresize=1)

@@ -61,0 +61,0 @@ ```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