# @nju33/array-compare

> [![CircleCI](https://circleci.com/gh/nju33/array-compare.svg?style=svg&circle-token=6fc2ac3df0ac41fe8ee28180c908430d6b8747a4)](https://circleci.com/gh/nju33/array-compare) ![langulage: typescript](https://badgen.net/badge/language/typescript/007acc) ![npm

Latest version **0.0.1** (published 2018-09-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nju33/array-compare
pnpm add @nju33/array-compare
yarn add @nju33/array-compare
bun add @nju33/array-compare
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-09-05 |
| First published | 2018-09-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | nju33 |
| Maintainers | nju33 |
| Keywords | array, compare |

## Links

- npm: https://www.npmjs.com/package/@nju33/array-compare
- Repository: git@github.com:nju33/array-diff
- npm.io page: https://npm.io/package/@nju33/array-compare

## Recent versions

- 0.0.1 (latest) — 2018-09-05

## README

# array-compare

[![CircleCI](https://circleci.com/gh/nju33/array-compare.svg?style=svg&circle-token=6fc2ac3df0ac41fe8ee28180c908430d6b8747a4)](https://circleci.com/gh/nju33/array-compare)
![langulage: typescript](https://badgen.net/badge/language/typescript/007acc)
![npm: array-compare](https://badgen.net/npm/v/@nju33/array-compare)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![license: mit](https://badgen.net/badge/license/MIT/blue)
[![donate](https://badgen.net/badge/Donate%20via%20PayPal/$3.00/169bd7)](https://www.paypal.me/nju33/3USD)

## Install

```bash
yarn add @nju33/array-compare
```

## Example

```ts
import {arrayCompare} from '@nju33/array-compare';

arrayCompare(['foo', 'bar'], ['foo', 'barr']);
// [
//   {equal: true, a: 'foo', b: 'foo'},
//   {equal: false, a: 'bar', b: 'barr'}
// ]
```

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