# router-ips

> List of common default router IP addresses

Latest version **2.0.0** (published 2024-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install router-ips
pnpm add router-ips
yarn add router-ips
bun add router-ips
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2024-04-30 |
| First published | 2015-12-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.20 |
| Dependencies | 0 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | word, words, list, array, json, ip, ips, address, addresses, router, default |

## Links

- npm: https://www.npmjs.com/package/router-ips
- Repository: https://github.com/sindresorhus/router-ips
- Homepage: https://github.com/sindresorhus/router-ips#readme
- Issues: https://github.com/sindresorhus/router-ips/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/router-ips

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 2.0.0 (latest) — 2024-04-30
- 1.0.0 — 2017-01-13
- 0.3.0 — 2016-04-11
- 0.2.0 — 2015-12-14
- 0.1.0 — 2015-12-14

## README

# router-ips

> List of common default router IP addresses

The list is just a [JSON file](router-ips.json) and can be used anywhere.

## Install

```sh
npm install router-ips
```

## Usage

```js
import routerIps from 'router-ips';

console.log(routerIps.has('192.168.0.1'));
//=> true
```

## API

### routerIps

Type: `Set`

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