find-free-ports
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "find-free-ports", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Find multiple free ports on localhost", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ [![Build Status](https://travis-ci.org/samvv/node-find-free-ports.svg?branch=master)](https://travis-ci.org/samvv/node-find-free-ports) | ||
**not** create a new anonymous socket for each port, but instead iterates in | ||
parallell over the system's port numbern. This is both faster and less | ||
parallell over the system's port numbers. This is both faster and less | ||
resource-intensive. | ||
@@ -22,0 +22,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4