Socket
Socket
Sign inDemoInstall

node-mini-migrations

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mini-migrations - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

down.js

4

package.json
{
"name": "node-mini-migrations",
"version": "4.0.1",
"version": "4.0.2",
"description": "A very small, lightweight and flexible migrations library unconcerned with what database you use",
"main": "src/index.js",
"main": "index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "node test"

@@ -20,2 +20,3 @@ # Mini Migrations for NodeJS

const righto = require('righto');
const righto = require('node-mini-migrations/up');

@@ -22,0 +23,0 @@ function migrator (db) {

@@ -7,3 +7,3 @@ const fs = require('fs');

const { getMigrationsFromDirectory, down, up } = require('../src');
const { getMigrationsFromDirectory, down, up } = require('../');

@@ -10,0 +10,0 @@ function clean () {

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