db-migrate-base
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23436
+ Addedbluebird@3.7.2(transitive)
- Removedbluebird@2.11.0(transitive)
Updatedbluebird@^3.1.1