An open API service indexing awesome lists of open source software.

https://github.com/reactnativecn/node-bsdiff


https://github.com/reactnativecn/node-bsdiff

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# node-bsdiff

Create patch buffer with origin buffer with [bsdiff](http://www.daemonology.net/bsdiff/)

Patch compatible with bsdiff v4.3

## Installation

```bash
npm install --save node-bsdiff
```

## Usage

### diff(originBuf, newBuf)

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