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
0
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.9.0 to 0.9.1

1

migration.js

@@ -273,2 +273,3 @@ const path = require("path");

var usedNames = {};
migrationDirs.sort();
for (let i = 0; i < migrationDirs.length; i++) {

@@ -275,0 +276,0 @@ const migrationDir = migrationDirs[i];

2

package.json
{
"name": "@vbilopav/pgmigrations",
"version": "0.9.0",
"version": "0.9.1",
"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