https://github.com/maximilianmairinger/fastobjectdiff
Flat and deep object diffs with filers.
https://github.com/maximilianmairinger/fastobjectdiff
deep diff fast filter flat object variable
Last synced: 11 months ago
JSON representation
Flat and deep object diffs with filers.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/fastobjectdiff
- Owner: maximilianMairinger
- Created: 2021-01-16T13:53:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T11:24:34.000Z (over 2 years ago)
- Last Synced: 2025-02-25T15:47:52.182Z (11 months ago)
- Topics: deep, diff, fast, filter, flat, object, variable
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fast-object-diff
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.