79435387

Date: 2025-02-13 07:54:44
Score: 1
Natty:
Report link
    const changes = _.omitBy(
            _.fromPairs(_.differenceWith(_.toPairs(obj1), _.toPairs(obj2), _.isEqual)),
            _.isNil,
        );

        if (!_.isEmpty(changes)) {
....
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: iowix