array-unique
Remove duplicate values from an array. Fastest ES5 implementation.
array-union
Create an array of unique values, in order, from the input arrays
101
common javascript utils that can be required selectively that assume es5+
uniq
Removes duplicates from a sorted array in place