New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zort

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zort

find open port

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

zort

usage:

var zort = require('zort');

zort(function(port) {
  console.log(port, 'is available');
}, {start: 8080, end: 9000});

zort(function(port) {
  console.log(port, 'is also available');
});

Command line usage:

$ zort
45032
$ zort 8080
8081
$ zort 80
1024
$ sudo zort 80
81

Keywords

port

FAQs

Package last updated on 23 Mar 2015

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