in src/utils.ts [14:16]
export function compareObjects(obj1: any, obj2: any) { return JSON.stringify(obj1) === JSON.stringify(obj2); }