web-storage-manager
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -488,3 +488,5 @@ require("core-js/modules/es7.symbol.async-iterator"); | ||
const rawStr = JSON.stringify(obj); | ||
const encObj = window.btoa(rawStr); | ||
const encodeURI = encodeURIComponent(rawStr); | ||
const unescapedURI = unescape(encodeURI); | ||
const encObj = window.btoa(unescapedURI); | ||
console.log('encoded: ', encObj); | ||
@@ -491,0 +493,0 @@ return encObj; |
{ | ||
"name": "web-storage-manager", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"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
17196
417