Socket
Socket
Sign inDemoInstall

node-mini-migrations

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

2

package.json
{
"name": "node-mini-migrations",
"version": "4.0.2",
"version": "4.0.3",
"description": "A very small, lightweight and flexible migrations library unconcerned with what database you use",

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

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

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc