web-storage-manager
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "web-storage-manager", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Web utility storage manager to handle save, update and data purge", | ||
@@ -5,0 +5,0 @@ "main": "src/web-storage-manager.js", |
@@ -163,3 +163,3 @@ const storage = window.localStorage | ||
// update with old data + new data | ||
// update with old data + new data | ||
newCollection = { | ||
@@ -236,3 +236,3 @@ [key]: objSelf.combineObject(newCollection, data) | ||
*/ | ||
removeItem = (key) => { | ||
exports.removeItem = (key) => { | ||
@@ -252,3 +252,3 @@ try { | ||
*/ | ||
removeMultiple = (keys) => { | ||
exports.removeMultiple = (keys) => { | ||
@@ -271,3 +271,3 @@ try { | ||
*/ | ||
purge = () => { | ||
exports.purge = () => { | ||
@@ -274,0 +274,0 @@ try { |
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
12395
257