one-mutation
Observe one mutation via `MutationObserver`, then resolve a Promise.
darray
Given two arrays A and B, returns what should be added, updated and / or removed when going from A to B
hyperdiff
Find common, removed and added element between two arrays.
diff-arrays-of-objects
Compare two arrays of objects, finding added, removed, updated and identical objects. Details the differences between updated objects.