shallow-equals : Determine if an array or object is equivalent with another, *not* recursively. You can installing shallow-equals 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-equals $ sudo npm install -g shallow-equals
If want to update the shallow-equals package execute the command as below,
$ sudo npm update shallow-equals
Update package globally,
$ npm install -g shallow-equals
$ sudo git clone https://github.com/rektide/shallow-equals.git
$ sudo npm install -g ./shallow-equals
shallow-equals@1.0.0 /usr/lib/node_modules/shallow-equals
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shallow-equals
| Package Name | shallow-equals |
| Version | 1.0.0 |
| Description | Determine if an array or object is equivalent with another, *not* recursively |
| Released Date | 2017-02-12T23:10:00.282Z |
| Published by | hughsk |
| How to Learn | https://www.npmjs.com/package/shallow-equals/tutorial |