move-on
Creates a queue of sync or async functions with resolve and reject callback.
Creates a queue of sync or async functions with resolve and reject callback.
The official Opbeat agent for Node.js
Attempts to parse an input string according to the .properties specification.
An asynchronous domain-based exception handler with long stack traces for node.js
Catch errors in a pull stream
Let you handle exceptions with just one annotation
Wraps synchronous functions with a cps (callback passing style) function
Functional try-catch
Debug and detect MaxListenersExceededWarning: Possible EventEmitter memory leak detected warnings
Pinpoint node agent provided by NAVER (Personalized version)
Atatus APM agent for Node.js
Clean up code by removing try-catch-finally blocks.
Curried function that calls `JSON.parse` on provided input returning either the parsed JSON or the specified default value if the data fails to parse as valid JSON instead of throwing a `SyntaxError`.
Errors that you can catch by type.
Wraps JSON#parse in a try/catch block.
An extended version of the `no-empty` rule that adds an option to allow empty catch blocks.
Conditional promise catch handler
Try to parse a string as JSON and return undefined on failure
Thunk middleware alternative for Redux, with error handling support.
Handle exceptions by just annotating a method or class with a decorator. Based on enkot/catch-decorator.