shallow-equal : Minimalistic shallow equality check for arrays/objects. You can installing shallow-equal npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install shallow-equal $ sudo npm install -g shallow-equal
If want to update the shallow-equal package execute the command as below,
$ sudo npm update shallow-equal
Update package globally,
$ npm install -g shallow-equal
$ sudo git clone https://github.com/rektide/shallow-equal.git
$ sudo npm install -g ./shallow-equal
shallow-equal@1.0.0 /usr/lib/node_modules/shallow-equal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shallow-equal
| Package Name | shallow-equal |
| Version | 1.0.0 |
| Description | Minimalistic shallow equality check for arrays/objects |
| Released Date | 2016-08-12T11:24:28.361Z |
| Published by | moroshko |
| How to Learn | https://www.npmjs.com/package/shallow-equal/tutorial |