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.1 to 1.0.2

2

lib/index.js

@@ -23,5 +23,5 @@ "use strict";

var appliedMigrations = getAppliedMigrations();
migrator.default(migrations, appliedMigrations);
migrator.migrate(migrations, appliedMigrations);
storeAppliedMigrations(appliedMigrations);
}
exports.default = migrate;
{
"name": "localstorage-migrator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A library for applying migrations to localstorage.",

@@ -42,4 +42,4 @@ "main": "lib/index.js",

"dependencies": {
"rstolsmark-json-migrator": "^1.0.4"
"rstolsmark-json-migrator": "^1.0.5"
}
}
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