vue-offline
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "vue-offline", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Offline states and storage for Vue.js apps and Progressive Web Apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/vue-offline.js", |
@@ -59,3 +59,3 @@ /* ----------------------- Mixin ------------------------ */ | ||
get (key) { | ||
typeof window !== undefined ? JSON.parse(localStorage.getItem(key)) : null | ||
return typeof window !== undefined ? JSON.parse(localStorage.getItem(key)) : null | ||
} | ||
@@ -62,0 +62,0 @@ } |
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
229056