# on-change-network

> detect when computer changes (wifi) networks

Latest version **0.0.2** (published 2016-09-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install on-change-network
pnpm add on-change-network
yarn add on-change-network
bun add on-change-network
```

## 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.2 |
| Published | 2016-09-26 |
| First published | 2016-06-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 49 |
| Author | 'Dominic Tarr' |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/on-change-network
- Repository: https://github.com/dominictarr/on-change-network
- Issues: https://github.com/dominictarr/on-change-network/issues
- npm.io page: https://npm.io/package/on-change-network

## Recent versions

- 0.0.2 (latest) — 2016-09-26
- 0.0.1 — 2016-06-18
- 0.0.0 — 2016-06-18

## README

# on-change-network

Call a listener whenever the network interface changes.
I.e. detect when the local user has changed to another wifi network.

## example

``` js
require('on-change-network')(function () {
  console.log('wifi changed')
})
```

## License

MIT

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