Compare alphanumeric strings the same way a human would, using a natural order algorithm
construct a compare function given an array of paths into a js object.
Constant-time comparison algorithm to prevent timing attacks.
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.
Compare semver version strings to find greater, equal or lesser.
A splay tree typescript library
Compare items in two sequences to find a longest common subsequence
React hooks, except using deep comparison on the inputs, not reference equality
Groups list items using a compare function
Compare items in two sequences to find a longest common subsequence
Timing safe string compare using double HMAC
Lexicographically compare two buffers.
Compare two objects using accessed properties with Proxy
Node JS directory compare
Compare function
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
JavaScript utilities for Vega.
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
JS implementation to compare add-on versions.
No description provided.
Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise
{{compose}} handlebars helper. Inlines content from multiple files optionally using wildcard (globbing/minimatch) patterns, extracts YAML front matter to pass to context for each file. Accepts compare function as 3rd parameter for sorting inlined files. Good for blog posts, chapters, etc.
Determine if an array or object is equivalent with another, *not* recursively
Stand alone shallowCompare for use in libraries that support shouldComponentUpdate