New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 1.0.3

2

lib/index.d.ts
import * as migrator from "rstolsmark-json-migrator";
export declare function getAppliedMigrations(): migrator.IAppliedMigration[];
export declare function storeAppliedMigrations(appliedMigrations: migrator.IAppliedMigration[]): void;
export default function migrate(migrations: migrator.IMigration[]): void;
export declare function migrate(migrations: migrator.IMigration[]): void;

@@ -26,2 +26,2 @@ "use strict";

}
exports.default = migrate;
exports.migrate = migrate;
{
"name": "localstorage-migrator",
"version": "1.0.2",
"version": "1.0.3",
"description": "A library for applying migrations to localstorage.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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