jonschlinkert / arr-diff
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
☆46Updated 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
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 6 months ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 6 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Check if a Buffer/Uint8Array is a GIF image☆28Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 9 months ago
- Get the path of the parent module☆77Updated last year
- Import a globally installed module☆58Updated last year
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 2 months ago
- Rename a function☆46Updated last year
- Repeat a string - fast☆34Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆35Updated 11 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago