vault-storage
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "vault-storage", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Vault, a tiny yet robuts storage library for your browser applications", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "typings/index.d.ts", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "vault", |
@@ -12,3 +12,3 @@ # vault | ||
- **Similar API**: Easy to use, similar to LocalStorage. | ||
- **Lightweight**: No dependencies, small footprint (~800 bytes minified, ~400 bytes gzipped). | ||
- **Lightweight**: No dependencies, micro footprint (~800 bytes minified, ~400 bytes gzipped). | ||
- **Asynchronous**: Non-blocking, asynchronous API. | ||
@@ -15,0 +15,0 @@ - **Structured Data**: Supports structured data, including objects and arrays. |
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
30407