# shallow-eq

> ```typescript import shallowEq from 'shallow-eq'

Latest version **1.0.6** (published 2018-02-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install shallow-eq
pnpm add shallow-eq
yarn add shallow-eq
bun add shallow-eq
```

## 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.6 |
| Published | 2018-02-14 |
| First published | 2017-03-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 124.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | ascoders |

## Links

- npm: https://www.npmjs.com/package/shallow-eq
- Repository: https://github.com/ascoders/shallow-eq
- Homepage: https://github.com/ascoders/shallow-eq#readme
- Issues: https://github.com/ascoders/shallow-eq/issues
- npm.io page: https://npm.io/package/shallow-eq

## Recent versions

- 1.0.6 (latest) — 2018-02-14
- 1.0.5 — 2017-06-05
- 1.0.4 — 2017-05-16
- 1.0.3 — 2017-03-22
- 1.0.2 — 2017-03-02
- 1.0.1 — 2017-03-01
- 1.0.0 — 2017-03-01

## README

# shallow-el

```typescript
import shallowEq from 'shallow-eq'

console.log(
    shallowEq({a: 1}, {a: 1}) // true
)
```

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