A bower and npm package for the google-diff-match-patch Javascript library.
Note: This wrapper-package is provided as-is and without any warranties.
npm install anx-ckreuzberger/google-diff-match-patch
In your HTML site include:
<script src="node_modules/google-diff-match-patch/diff_match_patch_uncompressed.js"></script>
bower install anx-ckreuzberger/google-diff-match-patch
In your HTML site include:
<script src="bower_components/google-diff-match-patch/diff_match_patch.js"></script>
This library was written by Google and its original source code is hosted at http://code.google.com/p/google-diff-match-patch/.
The bower package was provided by https://github.com/friedolinfoerder/google-diff-match-patch.
Apache 2.0 License, see LICENSE