Skip to content

reactnativecn/node-bsdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-bsdiff

Create patch buffer with origin buffer with bsdiff

Patch compatible with bsdiff v4.3

Installation

npm install --save node-bsdiff

Usage

diff(originBuf, newBuf)

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