buffer-equal : return whether two buffers are equal. You can installing buffer-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 buffer-equal $ sudo npm install -g buffer-equal
If want to update the buffer-equal package execute the command as below,
$ sudo npm update buffer-equal
Update package globally,
$ npm install -g buffer-equal
$ sudo git clone https://github.com/rektide/buffer-equal.git
$ sudo npm install -g ./buffer-equal
buffer-equal@1.0.0 /usr/lib/node_modules/buffer-equal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall buffer-equal
Package Name | buffer-equal |
Version | 1.0.0 |
Description | return whether two buffers are equal |
Released Date | 2016-01-02T02:38:10.675Z |
Published by | substack |
How to Learn | https://www.npmjs.com/package/buffer-equal/tutorial |