# fast-object-diff

> Flat and deep object diffs with filers.

Latest version **1.0.2** (published 2023-07-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install fast-object-diff
pnpm add fast-object-diff
yarn add fast-object-diff
bun add fast-object-diff
```

## 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 | 1.0.2 |
| Published | 2023-07-22 |
| First published | 2021-01-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 13 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Maximilian Mairinger |
| Maintainers | zzrv |
| Keywords | fast, object, diff, filter, flat, deep, variable |

## Links

- npm: https://www.npmjs.com/package/fast-object-diff
- Repository: https://github.com/maximilianMairinger/fastObjectDiff
- Homepage: https://github.com/maximilianMairinger/fastObjectDiff#readme
- Issues: https://github.com/maximilianMairinger/fastObjectDiff/issues
- npm.io page: https://npm.io/package/fast-object-diff

## Dependencies (4)

- [deepmerge](https://npm.io/package/deepmerge.md) ^4.2.2
- [fast-copy](https://npm.io/package/fast-copy.md) ^2.1.1
- [deep-object-diff](https://npm.io/package/deep-object-diff.md) ^1.1.0
- [req-package-json](https://npm.io/package/req-package-json.md) ^2.0.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2023-07-22
- 1.0.1 — 2021-01-19
- 1.0.0 — 2021-01-16
- 0.0.1 — 2021-01-16

## README

# Fast object diff

Flat and deep object diffs with filers.

> Please note that Fast object diff is currently under development and not yet suited for production

## Installation

```shell
 $ npm i fast-object-diff
```

## Usage



```ts
import fastObjectDiff from "fast-object-diff"

fastObjectDiff()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.

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