node-arr-diff

Returns an array with only the unique values from the first array
  https://github.com/jonschlinkert/arr-diff
  0
  no reviews



Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.

Node.js is an event-based server-side JavaScript engine.