@availity/localstorage-core
Advanced tools
Comparing version 2.5.0 to 2.5.1-alpha.454
{ | ||
"name": "@availity/localstorage-core", | ||
"version": "2.5.0", | ||
"version": "2.5.1-alpha.454+2255d11", | ||
"description": "Wraps localStorage with utility functions", | ||
@@ -16,3 +16,4 @@ "keywords": [ | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "2255d115555d91ec7e6ec787844590d288034976" | ||
} |
@@ -8,3 +8,3 @@ class AvLocalStorage { | ||
output = JSON.parse(value); | ||
} catch (e) { | ||
} catch (error) { | ||
output = value; | ||
@@ -41,2 +41,4 @@ } | ||
} | ||
return undefined; | ||
} | ||
@@ -43,0 +45,0 @@ |
@@ -1,2 +0,2 @@ | ||
import AvLocalStorage from '../'; | ||
import AvLocalStorage from '..'; | ||
@@ -3,0 +3,0 @@ let avLocalStorage; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10506
6
213
2
2