Socket
Socket
Sign inDemoInstall

db-migrate-shared

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrate-shared - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "db-migrate-shared",
"version": "1.1.2",
"version": "1.1.3",
"description": "Shared resources of db-migrate for drivers and also used internally.",

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

@@ -13,2 +13,5 @@ var log = require('./log');

function isIncludedInDown(migration, destination) {
if (!migration) {
return false;
}
if(!destination) {

@@ -15,0 +18,0 @@ return true;

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