localstorage-migrator
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "localstorage-migrator", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A library for applying migrations to localstorage.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -61,7 +61,7 @@ # LocalStorage Migrator | ||
### migrate method | ||
### Methods | ||
### migrate | ||
The migrate method takes a an array of migrations, filters them by those who have already been applied and executes them in sequence. The applied migrations is then stored in local storage under a key called: "appliedMigrations". | ||
### other methods | ||
#### getAppliedMigrations | ||
@@ -68,0 +68,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
5945