Skip to content

仓库 files navigation

node-bsdiff

Create patch buffer with origin buffer with bsdiff

Patch compatible with bsdiff v4.3

Installation

npm install --save node-bsdiff
bun add node-bsdiff

Usage

diff(originBuf, newBuf)

比较 two buffers and return a new bsdiff patch as return value.

originBuf and newBuf can be Node.js Buffer, TypedArray, or ArrayBuffer values.

关于

No description, website, or topics provided.

Resources

Stars

9 stars

关注者

3 watching

复刻s

发布

Used by

贡献者

Languages