Visual Diff Tool in JavaScript
Summary of my bookmarked Github repositories from Mar 17th, 2014
Github repositories
- cemerick/jsdifflib
jsdifflib is a JavaScript library that provides a visual diff tool and a partial reimplementation of Python's difflib module. It offers side-by-side and inline formatting of file data for effective diff visualization. The library can be used entirely on the browser or combined with server-side diff processing for larger files. It includes a demo and examples for both JavaScript and Python usage. While the library is no longer actively developed, it's available on GitHub for community contributions. jsdifflib is released under the BSD license and can be downloaded from the project's GitHub repository. The latest release (1.1.0) was made in May 2011.