web-storage-manager
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -179,3 +179,3 @@ require("core-js/modules/es7.symbol.async-iterator"); | ||
let tmpCollection = {}; | ||
childKeys.map(k => k.trim()); // iterate through with child keys | ||
childKeys = childKeys.map(k => k.trim()); // iterate through with child keys | ||
@@ -272,3 +272,3 @@ for (const _ref of childKeys.entries()) { | ||
let tmpCollection = {}; | ||
childKeys.map(k => k.trim()); // iterate through with child keys | ||
childKeys = childKeys.map(k => k.trim()); // iterate through with child keys | ||
@@ -275,0 +275,0 @@ for (const _ref5 of childKeys.entries()) { |
{ | ||
"name": "web-storage-manager", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"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
17506