1.0.0 • Published 6 years ago

binary-diff v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

binary-diff

Install

$ npm install binary-diff

Usage

const bsdiff = require('binary-diff')

const bufA = Buffer.from('abcd')
const bufB = Buffer.from('abef')

const diffBuffer = bsdiff(bufA, bufB)

Api

bsdiff(old: Buffer, new: Buffer) : Buffer

License

MIT © Benoit Lemaire

Credits

Modification of original implementation from :