jkabot
var removedItems = _.differenceWith(currentData, newData, function(curItem, newItem) { return curItem.internalid === newItem.internalid })