Socket
Socket
Sign inDemoInstall

portfinder

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portfinder - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

6

lib/portfinder.js

@@ -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 @@ },

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