This module is part of BPL (Balmanth's Personal Library) and provides a raw diff algorithm that can be extended for many purposes involving mapping changes.
Using npm:
npm i @balmanth/differs
After installing the module, you need to import it as in the following example:
import * as Differs from '@balmanth/differs';
...Then you can follow all the quick reference examples.