https://github.com/reactnativecn/node-bsdiff
https://github.com/reactnativecn/node-bsdiff
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reactnativecn/node-bsdiff
- Owner: reactnativecn
- Created: 2016-02-28T15:09:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T14:15:26.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:09:55.306Z (8 months ago)
- Language: C
- Size: 61.5 KB
- Stars: 9
- Watchers: 4
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.