vault-storage
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "vault-storage", | ||
"description": "Vault, a micro yet robust browser storage library", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "ManiarTech®️ - Mohamed Aamir Maniar", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -80,3 +80,3 @@ # vault | ||
### Secure Storage | ||
### Secured Storage | ||
@@ -126,3 +126,3 @@ Secured storages are useful when you want to store sensitive data. It shares | ||
// Get the values. Remember to use await! As it's asynchronous. | ||
const token = await authStorage.token; // Decrypted token from the authStorage | ||
const token = await authStorage.token; // Decrypts the token from the authStorage | ||
// and returns the original token. | ||
@@ -129,0 +129,0 @@ ``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21467
0
6