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

@vbilopav/pgmigrations

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vbilopav/pgmigrations - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

17

migration.js

@@ -603,3 +603,6 @@ const path = require("path");

error("Migration failed with exit code " + result + ". Changes have been rolled back.");
return;
if (tmpFile && fs.existsSync(tmpFile)) {
console.info("Migration file: " + tmpFile);
}
process.exit(1);
} else {

@@ -611,2 +614,6 @@ console.info("Migration completed successfully.");

error("Migration failed. Changes have been rolled back.");
if (tmpFile && fs.existsSync(tmpFile)) {
console.info("Migration file: " + tmpFile);
}
process.exit(1);
}

@@ -618,7 +625,7 @@ }

//error("Migration failed. Changes have been rolled back.");
if (tmpFile && fs.existsSync(tmpFile)) {
console.info("Migration file: " + tmpFile);
}
process.exit(1);
}
if (tmpFile && fs.existsSync(tmpFile)) {
console.info("Migration file: " + tmpFile);
}
}

@@ -625,0 +632,0 @@ }

{
"name": "@vbilopav/pgmigrations",
"version": "0.3.1",
"version": "0.3.2",
"description": "PostgreSQL Migration Tool for Node.js and NPM",

@@ -5,0 +5,0 @@ "author": "vb-consulting",

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