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.5 to 0.2.6

4

migration.js

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

name) as rank
from schema_history
from {schema}.{name}
) as t
where schema_history.name = t.name and schema_history.type = t.type;`)}
where {schema}.{name}.name = t.name and {schema}.{name}.type = t.type;`)}
`);

@@ -531,0 +531,0 @@

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