New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.3 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 @@

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