morphdom
Morph a DOM tree to another DOM tree (no virtual DOM needed)
diff-dom
A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.
diff-dom-streaming
Diff DOM algorithm with streaming. Gets all modifications, insertions and removals between a DOM fragment and a stream HTML reader.