Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 328 Bytes

node-hdiffpatch

Create patch buffer with origin buffer with HDiffPatch

Patch compatible with HDiffPatch -SD

Installation

npm install --save node-hdiffpatch

Usage

diff(originBuf, newBuf)

Compare two buffers and return a new hdiffpatch patch as return value.