You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mysql-migrate-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-migrate-cli - npm Package Compare versions

Comparing version

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({

18

package.json
{
"name": "mysql-migrate-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Migrations tool for MYSQL db",

@@ -24,19 +24,15 @@ "main": "index.js",

"dependencies": {
"minimist": "^1.2.0",
"mysql": "^2.13.0"
"minimist": "1.2.0",
"mysql": "2.17.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
"eslint": "^6.0.1"
},
"scripts": {
"lint": "eslint index.js ./lib/**"
"lint": "eslint --fix index.js ./lib/**",
"test": "eslint index.js ./lib/**"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6"
}
}

Sorry, the diff of this file is not supported yet