remy / undefsafeLinks
Simple *function* for retrieving deep object properties without getting "Cannot read property 'X' of undefined"
☆72Updated 4 years ago
Alternatives and similar repositories for undefsafe
Users that are interested in undefsafe are comparing it to the libraries listed below
Sorting:
- Create a hash for file revving☆108Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆111Updated last year
- Modern JSON interface.☆55Updated 2 months ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated 4 months ago
- Check if a URL is absolute☆80Updated 5 months ago
- Extract the actual stack of an error☆68Updated 3 years ago
- process.hrtime() to words☆67Updated 5 years ago
- Get namespaced config from the closest package.json☆121Updated 2 years ago
- Conditional promise chains☆63Updated 4 years ago
- Lazy number range generator☆83Updated 2 years ago
- Get the gzipped size of a file or stdin☆194Updated 4 years ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Launch your app after webpack completes building.☆42Updated 9 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆253Updated 8 years ago
- Import a module lazily☆249Updated 3 years ago
- Import a globally installed module☆59Updated 2 years ago
- Write data to a random temporary file☆108Updated 2 weeks ago
- Control the macOS dark mode☆120Updated 5 months ago
- Simplified high resolution timing☆85Updated last year
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆111Updated 5 months ago
- Delay a promise a specified amount of time☆121Updated 4 years ago
- Check if something is a promise☆45Updated 4 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Run the Node.js binary no matter what☆142Updated 4 months ago
- Locate a program or locally installed node module's executable☆78Updated 9 years ago
- Ensures a value is a valid error by making it one if not☆86Updated 4 months ago
- Get the callsite of the caller function☆54Updated 4 months ago
- Measure the time a promise takes to resolve☆72Updated 2 years ago
- Simplify npm scripts with `if-env ... && npm run this || npm run that`☆98Updated 6 months ago