diff
A JavaScript text diff implementation.
text-diff
Compute a diff between two pieces of text with support for same-line diffs, and optionally display a visual diff as HTML. Module made from the text-diff-match-patch library.
jquery-prettytextdiff
A jQuery plugin to diff text painlessly. Uses Google's diff_match_patch library underneath.