# jart

> Check if value has changed. Callback function when changed.

Latest version **1.0.0** (published 2019-02-12) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-02-12 |
| First published | 2014-07-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kai Curry |
| Maintainers | kaicurry |
| Keywords | changes, data |

## Links

- npm: https://www.npmjs.com/package/jart
- Repository: https://github.com/cape-io/jart
- Issues: https://github.com/cape-io/jart/issues
- npm.io page: https://npm.io/package/jart

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-02-12
- 0.1.4 — 2014-07-29
- 0.1.3 — 2014-07-25

## README

# Jart

## changeChecker(initValue)(nextValue)

Give it an initial value. Returns function that will be true when value changed.

## handleChanges(getValue, onChange)()

Useful for redux style environments. Give it a getter func and an onChange callback. It will return a function. Call returned func on every change and it will conditionally calling onChange.

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