simpill
@simpill/enum.utils 1.0.0
Enum helpers: getEnumValue, isValidEnumValue, EnumHelper (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/collections.utils 1.0.0
Type-safe LinkedList, Queue, Stack, LRU/TTL, MultiMap, BiMap—no full collections lib (Node and Ed...1 version - Latest release: 2 days ago - 1 maintainer
@simpill/errors.utils 1.0.0
Typed error classes, error codes, and serializeError for logging and RPC (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/cache.utils 1.0.0
In-memory LRU and TTL cache with memoize; small and tree-shakeable (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/annotations.utils 1.0.0
Typed metadata store and annotation helpers for symbols and keys (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/array.utils 1.0.0
Array utilities: unique, chunk, compact, groupBy, sortBy, flattenOnce (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/async.utils 1.0.0
Retry failed promises with timeout, delay, and backoff; limit concurrency with Semaphore (Node an...1 version - Latest release: 2 days ago - 1 maintainer
@simpill/utils 1.0.1
Root package for simpill-utils: all utils are installed from npm (@simpill/<name>.utils). Run 'np...2 versions - Latest release: 2 days ago - 1 maintainer
@simpill/env.utils 1.0.0
Lightweight, type-safe environment variable utilities for Node.js and Edge Runtime.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/algorithms.utils 1.0.0
Algorithms: stable merge sort, quick sort, binary search, lower/upper bound (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/monorepo 1.0.0 deprecated
Root package for @simpill: all utils are installed from npm (@simpill/<name>.utils). Run 'npm ins...1 version - Latest release: 2 days ago - 1 maintainer
@simpill/api.utils 1.0.0
Typed API client with Zod validation, handler registry, and middleware (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/crypto.utils 1.0.0
Hash, randomBytes, and timing-safe compare for Node.js.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/data.utils 1.0.0
Data utilities: validate, prepare, lifecycle, extend, config (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/adapters.utils 1.0.0
Adapter helpers, logger and cache adapter interfaces (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/factories.utils 1.0.0
Typed factory builder, singleton factory, and error factory helpers (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/observability.utils 1.0.0
Single integration surface for correlation middleware, request context, and logger (Node).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/nextjs.utils 1.0.0
Next.js App Router helpers: safe server actions, route handlers, request context, middleware.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/middleware.utils 1.0.0
Framework-agnostic middleware types and correlation ID middleware (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/events.utils 1.0.0
PubSub, observer, and typed event emitter (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/react.utils 1.0.0
Framework-agnostic React utilities: hooks, safe context, stable callbacks, transitions.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/time.utils 1.0.0
Time utilities: debounce, throttle, interval manager, managed timeout (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/zustand.utils 1.0.0
Zustand store helpers: factory, persist, devtools, slices (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/uuid.utils 1.0.0
Generate and validate UUIDs (v1/v4/v5) with full TypeScript support (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/logger.utils 1.0.0
Lightweight, type-safe structured logging with correlation context for Node.js and Edge Runtime.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/patterns.utils 1.0.0
Composable design patterns: Result/Either, strategySelector, pipeAsync (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/number.utils 1.0.0
Number utilities: clamp, roundTo, toInt/Float, isInRange, lerp, sum, avg (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/function.utils 1.0.0
Debounce, throttle, once, pipe, and compose with TypeScript inference (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/request-context.utils 1.0.0
AsyncLocalStorage request context (requestId, traceId) for Node.js logging and tracing.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/socket.utils 1.0.0
Reconnecting WebSocket client with optional heartbeat (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/token-optimizer.utils 1.0.0
Token optimization utilities: cleaning, strategies, telemetry (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/zod.utils 1.0.0
Zod schema helpers: builders, safe-parse, transforms, OpenAPI metadata (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/test.utils 1.0.0
Test patterns, faker wrapper, enricher, and test-runner helpers (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/protocols.utils 1.0.0
Shared protocol constants and types for HTTP, correlation, and env parsing (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/object.utils 1.0.0
Type-safe object utilities: pick, omit, merge, get/set by path, guards (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/file.utils 1.0.0
Typed file I/O: readFileUtf8, readFileJson, writeFile, ensureDir for Node.js.1 version - Latest release: 2 days ago - 1 maintainer
@simpill/http.utils 1.0.0
Fetch with timeout, retry, and typed HTTP client—no axios required (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer
@simpill/misc.utils 1.0.0
Backend misc: singleton, debounce, throttle, LRU, polling, intervals, enums, once, memoize (Node ...1 version - Latest release: 2 days ago - 1 maintainer
@simpill/resilience.utils 1.0.0
Circuit breaker, rate limiter, bulkhead, and jittered backoff for fault-tolerant APIs (Node and E...1 version - Latest release: 2 days ago - 1 maintainer
@simpill/string.utils 1.0.0
String utilities: formatting, casing, trim, slugify (Node and Edge).1 version - Latest release: 2 days ago - 1 maintainer