vuex-persistedstate
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47330
10
227