Socket
Socket
Sign inDemoInstall

sql-migrations

Package Overview
Dependencies
60
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

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

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

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

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

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