New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@motet-a/migrate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@motet-a/migrate - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -67,2 +67,3 @@ 'use strict';

// Do migrations until lastMigrationName (included).
async up(lastMigrationName) {

@@ -72,2 +73,3 @@ await this._migrate('up', lastMigrationName);

// Undo migrations until lastMigrationName (included).
async down(lastMigrationName) {

@@ -74,0 +76,0 @@ await this._migrate('down', lastMigrationName);

2

package.json
{
"name": "@motet-a/migrate",
"version": "0.0.1",
"version": "0.0.2",
"description": "The abstractest database migration toolkit",

@@ -5,0 +5,0 @@ "main": "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