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.1.0 to 0.1.1

2

package.json
{
"name": "@vbilopav/pgmigrations",
"version": "0.1.0",
"version": "0.1.1",
"description": "PostgreSQL Migration Tool for Node.js and NPM",

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

@@ -8,4 +8,9 @@ # PgMigrations

Lightweight, zero-dependency, PostgreSQL Migration and PostgreSQL tool for Node.js and NPM.
Lightweight, Zero-Dependency, PostgreSQL Tool for Node.js and NPM. You can:
- Run Migrations Up or Down (Repeatable, Version, Before or After).
- Run Arbitrary `psql` Commands by using your Project Configuration.
- Create Database Schema Dumps by using your Project Configuration.
- Run PostgreSQL Database Unit Tests in Functions or Procedures.
Use the `pgmigrations` command to manage migrations and run database commands:

@@ -94,2 +99,8 @@

- Run database tests
```console
> npx pgmigrations test
```
Etc.

@@ -96,0 +107,0 @@

@@ -93,3 +93,8 @@ const { warning, info, error, passed, failed } = require("./log.js");

console.timeEnd(label);
if (failedCount > 0) {
// exit process with non-zero status
process.exit(1);
}
}
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