check: (first, second, key) => _.has(first, key) && _.has(second, key) && first[key] !== second[key],