a node module to compare semver version
Compare semver version strings to find greater, equal or lesser.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Constant-time comparison algorithm to prevent timing attacks.
JS implementation to compare add-on versions.
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Get a compare function for array to sort
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Compare alphanumeric strings the same way a human would, using a natural order algorithm
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Node JS directory compare
Timing safe string compare using double HMAC
Compare semver version numbers
Compare two objects using accessed properties with Proxy
Converts a Web-API readable-stream into a Node.js readable-stream.
the complete solution for node.js command-line programs
Generates and consumes source maps
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Securely compare two strings, copied from cryptiles
compare two semver version strings, returning -1, 0, or 1
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
Convert character encodings in pure javascript.
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.
compare AST-nodes according to 🦎 PutoutScript