Socket
Book a DemoInstallSign in
Socket

port-reservation

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

port-reservation

Finds and reserves free network ports on the local machine

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
2
Created
Source

Port Reservation System

allows to reserve network ports for later use

Circle CI Coverage Status Dependency Status devDependency Status

This library is a thin wrapper around PortFinder. It guarantees that ports that have been provided to a client are considered "reserved", and are not provided again in future requests for more free ports. Even if a reserved port is currently not used.

This is useful for example when it takes a while to start up the processes that use these ports.

Development

see our developer documentation

FAQs

Package last updated on 06 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts