shallowequal : Like lodash isEqualWith but for shallow equal.. You can installing shallowequal 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 shallowequal $ sudo npm install -g shallowequal
If want to update the shallowequal package execute the command as below,
$ sudo npm update shallowequal
Update package globally,
$ npm install -g shallowequal
$ sudo git clone https://github.com/rektide/shallowequal.git
$ sudo npm install -g ./shallowequal
shallowequal@1.0.2 /usr/lib/node_modules/shallowequal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shallowequal
| Package Name | shallowequal |
| Version | 1.0.2 |
| Description | Like lodash isEqualWith but for shallow equal. |
| Released Date | 2017-07-10T01:41:44.999Z |
| Published by | dashed |
| How to Learn | https://www.npmjs.com/package/shallowequal/tutorial |