It would be very usefull if I could access the differ object that the viewer creates, or be able to provide my own json-diff-kit Differ object and work with that.
My use case is I would like to be able to display how many lines were added/removed between the diffs. That data is available in the diff object, but I can't access it.