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

postgres-migrate-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgres-migrate-cli - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

index.js

@@ -1,3 +0,1 @@

/* IMPORTS */
const up = require('./lib/up');

@@ -7,4 +5,2 @@ const down = require('./lib/down');

/* CODE */
const args = require('minimist')(process.argv.slice(2));

@@ -11,0 +7,0 @@ const options = Object.assign({

8

package.json
{
"name": "postgres-migrate-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Migrations tool for PostgreSQL",

@@ -26,6 +26,6 @@ "main": "index.js",

"minimist": "1.2.0",
"pg": "7.3.0"
"pg": "7.11.0"
},
"devDependencies": {
"eslint": "4.9.0"
"eslint": "^6.0.1"
},

@@ -37,4 +37,4 @@ "scripts": {

"engines": {
"node": ">=6.0.0"
"node": ">=6"
}
}
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