Socket
Socket
Sign inDemoInstall

sql-migrations

Package Overview
Dependencies
56
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

migrate.js
var path = require('path');
require('./').run({
migrationsDir: path.resolve(process.cwd, 'migrations'),
migrationsDir: path.resolve(process.cwd(), 'migrations'),
user: 'dabramov',

@@ -6,0 +6,0 @@ host: 'localhost',

{
"name": "sql-migrations",
"version": "1.0.6",
"version": "1.0.7",
"description": "raw SQL migrations library for Node.js",

@@ -25,4 +25,4 @@ "main": "index.js",

"promise-mysql": "^3.3.1",
"pg": "^7.4.1"
"pg": "^8.0.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc