jonschlinkert / arr-diffLinks
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
☆47Updated 3 years ago
Alternatives and similar repositories for arr-diff
Users that are interested in arr-diff are comparing it to the libraries listed below
Sorting:
- Strip the final newline character from a string/buffer☆36Updated 7 months ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Check if a path is the current working directory☆19Updated 2 weeks ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Get the path of the parent module☆77Updated last year
- Check if a value is a regular expression☆24Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆62Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Check if a path is a file, directory, or symlink☆78Updated 10 months ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Check if a Buffer/Uint8Array is a GIF image☆28Updated 2 years ago
- Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)☆48Updated 5 years ago
- Import a globally installed module☆58Updated last year
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago
- Get a random key from an object☆18Updated 10 months ago
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Filter object keys and values into a new object☆101Updated last year
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Check if a path is inside another path☆38Updated 2 years ago
- Lowercase the keys of an object☆40Updated last year
- Returns an array filled with the specified input☆42Updated 2 years ago