Comparing version 0.1.3 to 0.1.4
@@ -48,6 +48,2 @@ // @ts-nocheck | ||
} else { | ||
if (typeof value !== 'string') { | ||
throw new TypeError('The Value should be a string'); | ||
} | ||
storage.setItem(`${namespace}.${key}`, value); | ||
@@ -54,0 +50,0 @@ } |
{ | ||
"name": "pet-shop", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A simple wrapper of Web Storage API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5267
125