Socket
Socket
Sign inDemoInstall

db-migrate

Package Overview
Dependencies
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrate - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

.tern-port

2

lib/commands/db.js

@@ -7,3 +7,3 @@ 'use strict';

function executeDB (internals, config, callback) {
var index = require('./connect');
var index = require('../../connect');

@@ -10,0 +10,0 @@ if (internals.argv._.length > 0) {

@@ -8,4 +8,4 @@ 'use strict';

function executeSeed (internals, config, callback) {
var index = require('./connect');
var Seeder = require('./lib/seeder.js');
var index = require('../../connect');
var Seeder = require('../seeder.js');

@@ -12,0 +12,0 @@ if (internals.argv._.length > 0) {

@@ -34,3 +34,3 @@ {

],
"version": "0.10.0",
"version": "0.10.1",
"engines": {

@@ -37,0 +37,0 @@ "node": ">=0.6.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