sindresorhus / string-hash
Get the hash of a string
☆66Updated 3 years ago
Alternatives and similar repositories for string-hash:
Users that are interested in string-hash are comparing it to the libraries listed below
- Expand deeply nested values from an object, with support for advanced features☆17Updated 2 years ago
- Clone a Node.js HTTP response stream☆30Updated 11 months ago
- Test whether some promise passes a testing function☆14Updated 6 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Modify the values of an object☆27Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Check if a number is in a given range☆21Updated 4 years ago
- Break out of a promise chain☆23Updated 4 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Strip the final newline character from a string/buffer☆36Updated 6 months ago
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- Get the name of a named function☆33Updated 4 years ago
- Gracefully restore the CLI cursor on exit☆38Updated 9 months ago
- Modify the keys of an object☆15Updated 3 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 2 years ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆34Updated 3 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Pick random items from a list☆54Updated 3 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Get metadata on the default editor or a specific editor☆53Updated last year
- Assert a Map has a given key and return the value for it.☆12Updated 2 years ago
- Tiny async debouncer☆37Updated last year
- Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!☆26Updated 9 months ago
- Log the value/error of a promise