Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-pg-migrate

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pg-migrate - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

3

lib/runner.js

@@ -78,3 +78,4 @@ var async = require('async');

if (options.checkOrder) {
for (var i = 0; i < runNames.length; i++) {
var len = Math.min(runNames.length, migrations.length);
for (var i = 0; i < len; i++) {
if (runNames[i] !== migrations[i].name) {

@@ -81,0 +82,0 @@ return exitCallback(new Error('Not run migration ' + migrations[i].name + ' is preceding already run migration ' + runNames[i]));

@@ -5,2 +5,5 @@ {

"author": "Theo Ephraim",
"contributors": [
"Jan Doležel <dolezel.jan@gmail.com> (http://www.eithel.net/)"
],
"bin": {

@@ -19,3 +22,3 @@ "pg-migrate": "bin/pg-migrate"

],
"version": "1.2.1",
"version": "1.2.2",
"engines": {

@@ -22,0 +25,0 @@ "node": ">=0.6.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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