# freeport

> Find a free port.

Latest version **1.0.5** (published 2015-05-21) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install freeport
pnpm add freeport
yarn add freeport
bun add freeport
```

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2015-05-21 |
| First published | 2012-02-12 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | separate (@types/freeport) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 48 |
| Author | Naitik Shah |
| Maintainers | daaku |

## Links

- npm: https://www.npmjs.com/package/freeport
- Repository: https://github.com/daaku/nodejs-freeport
- Issues: https://github.com/daaku/nodejs-freeport/issues
- npm.io page: https://npm.io/package/freeport

## Recent versions

- 1.0.5 (latest) — 2015-05-21
- 1.0.4 — 2015-01-02
- 1.0.3 — 2014-07-14
- 1.0.2 — 2013-09-04
- 1.0.0 — 2012-02-12

## README

freeport [![Build Status](https://secure.travis-ci.org/daaku/nodejs-freeport.png)](http://travis-ci.org/daaku/nodejs-freeport)
========

Find a free port.

```javascript
freeport(function(err, port) {
  if (err) throw err
  console.log(port)
})
```

---
_Source: https://npm.io/package/freeport · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
