A simple script you can use in your package.json to make sure that all the keys in a dotenv file are present in other dotenv files.
A splay tree typescript library
Runtime agnostic JS utils
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Sort the keys of an object
Comparators with support for types implementing the @thi.ng/api/ICompare interface
Loads environment variables from .env file
Compare semver version strings to find greater, equal or lesser.
Get a compare function for array to sort
Constants and utilities about visitor keys to traverse AST.
JSON diff
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Compare alphanumeric strings the same way a human would, using a natural order algorithm
Compare two objects using accessed properties with Proxy
Node JS directory compare
HANDLE CONFIGURATION ONCE AND FOR ALL
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
A module for loading .env files and optionally loading defaults and a schema for validating all values are present.
Visitor keys used to help traverse the TypeScript-ESTree AST
Compile objects with duplicate keys to valid strict ES5
Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Securely compare two strings, copied from cryptiles