Socket
Socket
Sign inDemoInstall

db-migrate-base

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-migrate-base - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

index.js

@@ -222,3 +222,3 @@ var util = require('util');

if (arguments.length < 3) {
if (arguments.length < 3 && typeof(options) === 'function') {
callback = options;

@@ -225,0 +225,0 @@ options = {};

{
"name": "db-migrate-base",
"version": "1.2.2",
"version": "1.2.3",
"description": "db-migrate base driver",

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

"dependencies": {
"bluebird": "^2.9.34"
"bluebird": "^3.1.1"
}
}
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