sindresorhus / array-equal
Check if two arrays are equal
☆35Updated last month
Alternatives and similar repositories for array-equal:
Users that are interested in array-equal are comparing it to the libraries listed below
- Strip the final newline character from a string/buffer☆36Updated 6 months ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Modern Buffer API polyfill without footguns☆25Updated 4 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 2 months ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- Check if a file path is a compressed file☆17Updated last year
- Delete nested properties from an object using dot notation.☆34Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆59Updated 9 months ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Gracefully restore the CLI cursor on exit☆38Updated 9 months ago
- fs read and write streams based on minipass☆20Updated 9 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if a path is inside another path☆38Updated 2 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Filter object keys and values into a new object☆101Updated 11 months ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Check if a value is an object☆40Updated 4 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago