web-storage-manager
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -223,3 +223,3 @@ require("core-js/modules/es7.symbol.async-iterator"); | ||
const mapDataUpdate = tmpCollection => { | ||
function mapDataUpdate(tmpCollection) { | ||
let newCollection = null; | ||
@@ -258,3 +258,3 @@ | ||
} | ||
}; | ||
} | ||
} catch (error) { | ||
@@ -261,0 +261,0 @@ throw error; |
{ | ||
"name": "web-storage-manager", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"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
19043