{
      check: key => first[key] === second[key],
      node: key => ({
        type: 'nochange', key, from: first[key], to: first[key],
      }),