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

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


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# node-hdiffpatch

Create patch buffer with origin buffer with [HDiffPatch](https://github.com/sisong/HDiffPatch)

Patch compatible with HDiffPatch -SD

## Installation

```bash
npm install --save node-hdiffpatch
```

## Usage

### diff(originBuf, newBuf)

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