Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

localstorage-migrator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localstorage-migrator - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc