vault-storage
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vault-storage", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Vault, a tiny yet robuts storage library for your browser applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -56,14 +56,2 @@ # vault | ||
However, if you want to change the default database and store names, you can | ||
initialize the `vault` with your custom database and store names before using | ||
it. | ||
```javascript | ||
// Initialize the vault with custom database and store names. | ||
vault.init('myDatabase', 'myStore'); | ||
``` | ||
> **Note:** This will change the default database and store names for all | ||
> instances of `vault` in your application. | ||
### Setting Values | ||
@@ -70,0 +58,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
28147
148