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.2.9 to 0.2.10

8

migration.js

@@ -284,5 +284,7 @@ const path = require("path");

}
if (nameSet) {
warning(`Migration file ${migrationDir}/${fileName} contains duplicate name ${name}. Skipping...`);
return;
if (!nameSet) {
let count = 1;
while(usedNames[name]) {
name = name + ` (${count++})`;
}
}

@@ -289,0 +291,0 @@ }

{
"name": "@vbilopav/pgmigrations",
"version": "0.2.9",
"version": "0.2.10",
"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