Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
camelcase-keys
Recursively convert snake_case or kebab-case object keys to camelCase (or PascalCase), with exclusions and stop-path control.
pump
Pipe Node.js streams together and destroy all of them if one closes
wonka
A tiny but capable push and pull stream library for TypeScript
awesome-debounce-promise
Debounce async function calls and API requests in JavaScript/TypeScript, resolving only the last promise to avoid race conditions.
set-value
Safely set nested object properties using dot-notation paths, without prototype pollution.
p-props
Run promises concurrently and collect the results by key, for both Object and Map inputs.
later
Composable library for defining recurring schedules and calculating their next or previous occurrences.
filter-obj
Filter object keys and values into a new object using a predicate function or a list of keys.
waker-fn
Convert any Rust closure into a std::task::Waker without hand-rolling the Wake trait.
observable-callback
A tiny RxJS wrapper that turns any callback into an observable stream and its trigger function.