tcp-port-used
tcp-port-used copied to clipboard
A simple Node.js module to check if a TCP port is already bound.
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...
Add syntax highlighting to the code snippets in the README.
typo in url :)
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...