# isip

> check if a string is an ip address

Latest version **0.0.1** (published 2014-09-28) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2014-09-28 |
| First published | 2014-09-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Ruan Yulong |
| Maintainers | ruanyu1 |
| Keywords | ip |

## Links

- npm: https://www.npmjs.com/package/isip
- Repository: https://github.com/node-codewars/isip
- Issues: https://github.com/node-codewars/isip/issues
- npm.io page: https://npm.io/package/isip

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 0.0.1 (latest) — 2014-09-28

## README

isip
====

check if a string is an ip address

example:

      var isip = require('isip');
      isip('192.168.1.0');
      // => true

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