🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mysql-fill

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-fill - npm Package Compare versions

Comparing version

to
0.0.4

2

package.json
{
"name": "mysql-fill",
"version": "0.0.3",
"version": "0.0.4",
"description": "Simple Node.js utility to help maintaining compatibility between MySQL databases.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,9 +13,9 @@ # mysql-fill

```bash
$ npm install mysql-fill
$ npm install mysql-fill --save-dev
```
And to run it, simply use node, passing the 2 configuration files (their structure is described below) as arguments:
And to run it, simply use node and run it directly from node_modules, passing the 2 configuration files (their structure is described below) as arguments:
```bash
$ node ./mysql-fill ./connection.json ./structure.json
$ node ./node_modules/mysql-fill ./connection.json ./structure.json
```

@@ -22,0 +22,0 @@