web-storage-manager
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -173,3 +173,3 @@ require("core-js/modules/es7.symbol.async-iterator"); | ||
let collection = null; | ||
const data = storage.getItem(key); | ||
const data = storage.getItem(parentKey); | ||
const r = this.isDataEncoded(data); | ||
@@ -176,0 +176,0 @@ |
{ | ||
"name": "web-storage-manager", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Web utility storage manager to handle save, update and data purge", | ||
@@ -5,0 +5,0 @@ "main": "lib/web-storage-manager.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
19161