A shallowEqual implementation that plays nice with array
npm install ember-shallow-equal[![Travis][ci-img]][ci-url] [![NPM][npm-img]][npm-url] ![Ember][ember-img]
``bash`
ember install ember-shallow-equal
`js``
import shallowEqual from 'shallow-equal';
The original implementation was taken from react-redux
[ci-img]: https://img.shields.io/travis/toranb/ember-shallow-equal.svg "Travis CI Build Status"
[ci-url]: https://travis-ci.org/toranb/ember-shallow-equal
[ember-img]: https://img.shields.io/badge/ember-1.13.13+-green.svg "Ember 1.13.13+"
[npm-img]: https://img.shields.io/npm/v/ember-shallow-equal.svg "NPM Version"
[npm-url]: https://www.npmjs.com/package/ember-shallow-equal