sindresorhus / array-equalLinks
Check if two arrays are equal
☆38Updated 8 months ago
Alternatives and similar repositories for array-equal
Users that are interested in array-equal are comparing it to the libraries listed below
Sorting:
- Check if a path is the current working directory☆22Updated 7 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Check if a string matches the name of a Node.js builtin module☆62Updated 9 months ago
- ES2015 Number.isNaN() ponyfill☆29Updated last year
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 3 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Get a random property from an object☆15Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Gracefully restore the CLI cursor on exit☆40Updated last year
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 5 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
- Check if a value is an object☆42Updated 4 years ago
- Node's default require extensions as a separate module☆11Updated 3 years ago
- Modern version of duplexer2☆16Updated 3 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last month
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- Filter object keys and values into a new object☆105Updated last year
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Check if a path is in the current working directory☆23Updated 4 years ago
- A safer `.hasOwnProperty()`☆29Updated 2 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Timeout HTTP/HTTPS requests☆51Updated 3 months ago
- Create a MD5 hash with hex encoding☆47Updated 2 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Decompress a HTTP response if needed☆75Updated 2 months ago