Simple functionality to resolve a large array of promises in series of batches (batches itself gets resolved in parallel) without hitting the call stack size
AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native
Better Stack Typescript types (formerly Logtail)
Stack traces as an array of stack frames with source maps support.
Precondition checking utilities.
Turn AWS CloudFormation templates into AWS CDK applications
Detects node eventloop block and reports where it started
📞 Get the location from where you're called from.
Better Stack Pino transport (formerly Logtail)
Clean up error stack traces. This is a fork of sindresorhus/clean-stack, but with CommonJS support.
A native Node.js module that can capture JavaScript stack traces from main and worker threads, even with blocked event loops.
Saves WebGL context state
Better Stack JavaScript logging tools (formerly Logtail)
Simple JS queue with auto run for node and browsers
a simple fifo queue
Contracts for Optimism Specs
A bookshelf plugin that uses continuation-local-storage to store transactions into call stack context. So you don't need to pass transaction into every method, that must be under transaction. This plugin does this automatically.
Type-safe APIs with Protobuf and TypeScript.
Namespace parsing for yeoman's generator/environment stack
CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API
Easy Reflect is a simple yet powerful package that makes working with call stacks and call sites a breeze. It's designed to simplify the process of accessing and manipulating call stack information, making it super easy to trace function calls and inspect
Conflict resolution for yeoman's generator/environment stack
Initialize it with a source map, then feed it error stacks to have the trace locations mapped to the original files.
Error factory with the ability to append stack traces from previous errors, as well as appending debug params to stack traces. Great if you want one appended stack trace that defines the error at many levels of your code. This concept works wonders when