Find the differences between two arrays and their positions
Utilities to help expose prettier output in linting tools
diff with unified diff format handling
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Load config with ease.
Array diffing
No description provided.
A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.
Compare items in two sequences to find a longest common subsequence
A tiny function for parsing process.argv, a modern rewrite of minimist.
Compare items in two sequences to find a longest common subsequence
node.js CLI option parser / validator using Zod
<p> <a href="https://www.npmjs.com/package/vue-tsc"><img src="https://img.shields.io/npm/v/vue-tsc.svg?labelColor=18181B&color=1584FC" alt="NPM version"></a> <a href="https://github.com/vuejs/language-tools/blob/master/LICENSE"><img src="https://img.s
A light-weight module that brings Fetch API to node.js
Replace or remove multiple items in an array.
gRPC Library for Node - pure JS implementation
Blob & File implementation in Node.js, originally from node-fetch.
An evented streaming XML parser in JavaScript
throttle async and promise-returning functions. Other packages don't do it right.
HTTP methods that node supports
A lightweight font data library — fontkit’s little sibling
Array manipulation, ordering, searching, summarizing, etc.
Client-side Bitcoin-like JavaScript library
SWC coverage instrumentation plugin
This gem adds methods to the Array class to compute different types of moving averages.
Computes the differences between two arrays of elements
Sort an array using different sorting technique
Takes an array of integers, and sorts it using various algorithms, and reports back the sort time benchmarks for those algorithms.
InspectorHashes helps finding hidden differences in hashes and arrays, included nested, also spotting missing keys or indices. Specially useful for spotting differences between expected json response and actual json response on requests specs
Multisets with negative membership
Library to perform different operations with permutations of sequences (strings, arrays, etc.)
Allows simple transformation of data into hex strings, hexdigest strings, integer byte arrays, etc. as well as padding your data to a certain byte length
String, Array, Hash, and Fixnum are different colors
Advanced Queue Transformation
Tuple combines a fixed number of items together so that they can be passed around as a whole. Unlike an array or list, a tuple can hold objects with different types but they are also immutable.
A Minitest assertion & expectation to compare two collections, such as enumerations or arrays, in any order, and with output that shows the difference