@hackmd-dev/diff-match-patch

1.1.3-pr.1.6 • Public • Published

diff-match-patch

npm package for https://code.google.com/p/google-diff-match-patch/

Build Status Dependency Status NPM version

Installation

npm install diff-match-patch

API

https://code.google.com/p/google-diff-match-patch/wiki/API

var DiffMatchPatch = require('diff-match-patch');
var dmp = new DiffMatchPatch();
//use the methods that dmp has
//see: https://code.google.com/p/google-diff-match-patch/wiki/API

//You can also use the following properties:

DiffMatchPatch.DIFF_DELETE = -1;
DiffMatchPatch.DIFF_INSERT = 1;
DiffMatchPatch.DIFF_EQUAL = 0;

License

http://www.apache.org/licenses/LICENSE-2.0

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @hackmd-dev/diff-match-patch

    Weekly Downloads

    2

    Version

    1.1.3-pr.1.6

    License

    Apache-2.0

    Unpacked Size

    119 kB

    Total Files

    10

    Last publish

    Collaborators

    • a60814billy