# easily-compare-object

> easily-js 로 통합 됐습니다.

Latest version **1.0.4** (published 2018-02-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install easily-compare-object
pnpm add easily-compare-object
yarn add easily-compare-object
bun add easily-compare-object
```

## 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.4 |
| Published | 2018-02-08 |
| First published | 2018-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | KSH-Code |
| Maintainers | ksh-code |
| Keywords | easily, compare, object, objects, object, check |

## Links

- npm: https://www.npmjs.com/package/easily-compare-object
- Repository: https://github.com/KSH-code/easily-compare-object
- Homepage: https://github.com/KSH-code/easily-compare-object#readme
- Issues: https://github.com/KSH-code/easily-compare-object/issues
- npm.io page: https://npm.io/package/easily-compare-object

## Dependencies (6)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [chai](https://npm.io/package/chai.md) ^4.1.2
- [easily-js](https://npm.io/package/easily-js.md) ^1.0.0
- [mocha-clean](https://npm.io/package/mocha-clean.md) ^1.0.0
- [easily-expect](https://npm.io/package/easily-expect.md) ^0.1.7
- [mocha-better-spec-reporter](https://npm.io/package/mocha-better-spec-reporter.md) ^3.1.0

## Recent versions

- 1.0.4 (latest) — 2018-02-08
- 1.0.3 — 2018-02-06
- 1.0.2 — 2018-02-06
- 1.0.1 — 2018-01-31
- 1.0.0 — 2018-01-26

## README

[![Build Status](https://travis-ci.org/KSH-code/easily-compare-object.svg?branch=master)](https://travis-ci.org/KSH-code/easily-compare-object)
![Npm Version](https://img.shields.io/npm/v/easily-compare-object.svg?style=flat-square)
# UPDATE
https://www.npmjs.com/package/easily-js
# HOW TO USE ?
```
npm i --save easily-compare-object
```
```
const easilyCompareObject = require('../index')

easilyCompareObject({ a: 1, b: { a: 4 } }, { a: 1, b: { a: 3 } })) // true
easilyCompareObject({ a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 4 } })) // false
easilyCompareObject({ a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } }, { a: 1, b: { a: 3 } })) // true
```
## Example
* [compareObjects](https://github.com/KSH-code/easily-compare-object/blob/master/test/compareObjects.test.js)

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