tcp-port-used icon indicating copy to clipboard operation
tcp-port-used copied to clipboard

A simple Node.js module to check if a TCP port is already bound.

Results 4 tcp-port-used issues
Sort by recently updated
recently updated
newest added

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Add syntax highlighting to the code snippets in the README.

In the provided sample if the application using 44201 is not accepting more connections, even the application runs `inUse` become false. It's possible to reproduce by coding or using a...