portfinder
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -14,3 +14,3 @@ /* | ||
path = require('path'), | ||
async = require('async'), | ||
_async = require('async'), | ||
debug = require('debug'), | ||
@@ -146,3 +146,3 @@ mkdirp = require('mkdirp').mkdirp; | ||
var openPorts = [], currentHost; | ||
return async.eachSeries(exports._defaultHosts, function(host, next) { | ||
return _async.eachSeries(exports._defaultHosts, function(host, next) { | ||
debugGetPort("in eachSeries() iteration callback: host is", host); | ||
@@ -249,3 +249,3 @@ | ||
var lastPort = null; | ||
async.timesSeries(count, function(index, asyncCallback) { | ||
_async.timesSeries(count, function(index, asyncCallback) { | ||
if (lastPort) { | ||
@@ -252,0 +252,0 @@ options.port = exports.nextPort(lastPort); |
{ | ||
"name": "portfinder", | ||
"description": "A simple tool to find an open port on the current machine", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
@@ -19,8 +19,8 @@ "repository": { | ||
"dependencies": { | ||
"async": "^1.5.2", | ||
"debug": "^2.2.0", | ||
"mkdirp": "0.5.x" | ||
"async": "^2.6.2", | ||
"debug": "^3.1.1", | ||
"mkdirp": "^0.5.1" | ||
}, | ||
"devDependencies": { | ||
"glob": "^6.0.4", | ||
"glob": "^7.1.4", | ||
"vows": "^0.8.2" | ||
@@ -27,0 +27,0 @@ }, |
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
19425
+ Addedasync@2.6.4(transitive)
+ Addeddebug@3.2.7(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedms@2.1.3(transitive)
- Removedasync@1.5.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
Updatedasync@^2.6.2
Updateddebug@^3.1.1
Updatedmkdirp@^0.5.1