Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-pg-migrate

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pg-migrate - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

24

package.json

@@ -18,3 +18,3 @@ {

],
"version": "1.2.0",
"version": "1.2.1",
"engines": {

@@ -32,16 +32,16 @@ "node": ">=0.6.0"

"dependencies": {
"async": "^0.9.2",
"dotenv": "^1.1.0",
"lodash": "~3.9.1",
"async": "~2.1.0",
"dotenv": "~4.0.0",
"lodash": "~4.17.0",
"mkdirp": "~0.5.1",
"optimist": "~0.6.1",
"step": "0.0.5"
"yargs": "~7.0.0",
"step": "~1.0.0"
},
"devDependencies": {
"eslint": "^3.11.1",
"eslint": "^3.17.0",
"eslint-plugin-import": "^2.2.0",
"mocha": "^2.2.5",
"pg": "^6.1.2",
"rewire": "^2.3.3",
"sinon": "^1.14.1"
"mocha": "^3.2.0",
"pg": "^6.1.0",
"rewire": "^2.5.0",
"sinon": "^1.17.0"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

"scripts": {
"test": "./node_modules/.bin/mocha test",
"test": "mocha test",
"lint": "eslint -c .eslintrc . bin/pg-migrate",

@@ -55,0 +55,0 @@ "lintfix": "npm run lint -- --fix"

# pg-migrate
[![Dependency Status](https://david-dm.org/theoephraim/node-pg-migrate.svg)](https://david-dm.org/theoephraim/node-pg-migrate)
[![devDependency Status](https://david-dm.org/theoephraim/node-pg-migrate/dev-status.svg)](https://david-dm.org/theoephraim/node-pg-migrate?type=dev)
[![peerDependencies Status](https://david-dm.org/theoephraim/node-pg-migrate/peer-status.svg)](https://david-dm.org/theoephraim/node-pg-migrate?type=peer)
[![NPM version](https://img.shields.io/npm/v/node-pg-migrate.svg)](https://www.npmjs.com/package/node-pg-migrate)
![Downloads](https://img.shields.io/npm/dm/node-pg-migrate.svg?style=flat)
![Licence](https://img.shields.io/npm/l/node-pg-migrate.svg?style=flat)
Node.js database migration management built exclusively for postgres.

@@ -234,8 +241,5 @@

**Arguments:**
- `sql` _[string]_ - name(s) of extensions to install
- `sql` _[string]_ - SQL query to run
- `args` _[object]_ - (optional) key/val of arguments to replace
**Aliases:** `addExtension`
**Reverse Operation:** `dropExtension`
-----------------------------------------------------

@@ -242,0 +246,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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