Comparing version 0.1.1 to 0.1.2
@@ -6,5 +6,4 @@ // @ts-nocheck | ||
return JSON.parse(string); | ||
} catch { | ||
return undefined; | ||
} | ||
// eslint-disable-next-line unicorn/prefer-optional-catch-binding | ||
} catch (error) {} | ||
} | ||
@@ -11,0 +10,0 @@ |
{ | ||
"name": "pet-shop", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple wrapper of Web Storage API", | ||
@@ -32,2 +32,2 @@ "license": "MIT", | ||
"type": "module" | ||
} | ||
} |
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
5117
115