Create patch buffer with origin buffer with bsdiff
Patch compatible with bsdiff v4.3
npm install --save node-bsdiffbun add node-bsdiffCompare two buffers and return a new bsdiff patch as return value.
originBuf and newBuf can be Node.js Buffer, TypedArray, or
ArrayBuffer values.