Explore tracked sources
Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.
Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.
Promise Pool is a Node.js utility for concurrent, map-like processing of promises, with configurable concurrency (default is 10). It helps developers process collections asynchronously while optionally handling errors, stopping early, and adding hooks for task start and finish.
The source shows recent activity, with the latest upstream push and tagged update occurring on 2026-03-05, which suggests development has resumed, but the evidence provided does not confirm an ongoing regular cadence through today (2026-08-13).
Last release:
yaml-ast-parser is a fork of JS-YAML that parses YAML into an abstract syntax tree (AST). It’s useful when you need structured access to YAML nodes, including error restoration with errors represented as part of AST nodes, and built-in support for the `!include` tag used in RAML.
Maintenance status: The last observed upstream push was in 2024-05-05, but the most recent published updates shown here are 0.0.45 from 2020-03-20, indicating a quiet, low-activity project relative to today’s date (2026-08-12).
Last release:
@stoplight/yaml provides useful functions for working with YAML in modern browsers and Node.js. It includes utilities to parse YAML into a JSON object with diagnostics and AST line information, and to map between source positions and JSON paths.
The repository appears largely quiet, with the most recent tagged change shown as updates in 2024-03 (v4.3.0) and the last upstream push on 2025-04-09, so it does not look actively maintained as of 2026-08-13.
Last release:
@stoplight/types provides common TypeScript typings used across the Stoplight ecosystem, with published API interfaces and a changelog. It is useful for developers integrating Stoplight tools like Stoplight Prism and related components in modern browsers and Node.
Maintenance status: stoplightio/types appears quiet/dormant, with the last upstream push on 2024-12-09 (and no newer listed updates after early 2024), so it does not look actively maintained as of 2026-08-13.
Last release:
Spectral is a flexible JSON and YAML linter for creating automated API style guides, with built-in support for OpenAPI (v2.0, v3.0, v3.1), AsyncAPI (v2.x), and Arazzo (v1.0). It helps you validate and lint API specs using predefined rulesets, and you can also define custom rules and functions for additional checks.
Spectral (stoplightio/spectral) appears actively maintained, with a very recent upstream push on 2026-08-11 and continuing package updates through 2026-08 (for example, v6.16.2 on 2026-07-20 and v6.16.3 on 2026-08-03).
Last release:
@stoplight/path is a Node and modern browser package published by Stoplight, useful for providing path-related functionality. It includes a changelog via GitHub Releases and can be installed with yarn (yarn add @stoplight/path).
Maintenance status: The source appears quiet/dormant today, with the most recent recorded update v2.0.1 on 2024-03-19, and the last upstream push 2025-01-20, leaving a gap of well over a year with no further updates as of 2026-08-13.
Last release:
@stoplight/ordered-object-literal is an npm package that wraps an object to maintain a predictable, ordered object literal. It is useful when you need stable key ordering (for example, to work well with Stoplight Prism), with an option to use maps instead when possible.
Maintenance status: The source appears quiet/dormant. The most recent tagged update shown is v1.0.5 on 2023-11-28, and the last upstream push is 2024-06-16, with no further update activity evidenced since then (as of 2026-08-12).
Last release:
JSON Ref Resolver (deprecated) resolves `$ref` values by following JSON pointers and (optionally) remote URIs for JSON Schema and OpenAPI, returning a new object with references dereferenced. Useful for dereferencing inline references by default, and for resolving remote refs when you provide URI-specific readers or resolvers (for example, HTTP or file).
The upstream project is explicitly marked as deprecated and archived, and it last saw an upstream push on 2023-07-13, so this source appears quiet and not actively maintained as of 2026-08-13.
Last release:
@stoplight/json-ref-readers provides utilities for reading and resolving external JSON references referenced via $ref content. It includes helpers to load references from HTTP(S) URLs and local files, typically used together with a resolver package to fetch the referenced resource as a string.
The repo appears to be inactive on the public update/release channel: the last tagged update in the provided history is v1.2.2 (2021-02-15), and there are no newer update entries shown up to today (2026-08-13). A GitHub push was recorded at 2025-01-23, but no corresponding versioned updates are evidenced here.
Last release:
@stoplight/json provides useful JavaScript functions for working with JSON, including parsing and safe parsing/stringifying, handling circular references, and converting between JSON paths and JSON pointers. It is useful when you need structured JSON traversal or need to map between source positions and JSON path locations, including line and character information via parseWithPointers.
Maintenance status: The repository (stoplightio/json) shows upstream activity with a last push on 2024-12-09, but there are no listed updates after late 2024, so as of 2026-08-13 the source appears quiet and likely in maintenance mode rather than actively evolving.
Last release:
@stoplight/better-ajv-errors is a JavaScript helper for JSON Schema validation that formats AJV validation errors into more human readable messages. It is useful when using Ajv to validate payloads and you want clear error output to print in the console.
Maintenance status: As of 2026-08-13, the repo appears quiet or in maintenance mode, with the last upstream push on 2025-01-23, and the most recent published update noted in the feed was v1.0.3 (2022-08-22).
Last release:
SQLTools is a set of VS Code extensions for connecting to and managing SQL databases, and for running queries from inside VS Code. It supports multiple database systems through driver extensions, and includes features like SQL formatting, query runner with history and bookmarks, and a connection explorer.
Actively maintained, with very recent GitHub activity (last upstream push 2026-08-11) and recent project updates, including v0.28.6 on 2026-07-06.
Last release:
Generates HEX color codes for a given namespace, choosing a base color from the first part of the namespace and adjusting the tone based on the remaining parts. Useful for visually grouping related namespaces by color, with an optional delimiter to split namespace sections (defaults to `:`).
Smithy TypeScript provides reference implementations of Smithy code generators for producing TypeScript client and server SDK scaffolding from Smithy models. It includes a `typescript-client-codegen` plugin framework for generating extensible TypeScript clients for multiple JavaScript platforms (Node.js, Browser, React Native) and a `typescript-server-codegen` plugin framework for type-safe server scaffolding (developer preview).
The source appears actively maintained, with an upstream push on 2026-09-02 and a steady stream of related @smithy/* updates through late August 2026.
Last release:
@sinonjs/fake-timers is a JavaScript implementation that can fake timer APIs like setTimeout, setInterval, and requestAnimationFrame, controlled by a clock instance with methods such as tick and runAll. It is useful for testing code that depends on scheduling and time passing without waiting in real time, and it can also provide faked Date and, in some environments, performance, nextTick, and process.hrtime.
The source appears to be actively maintained, with an upstream push on 2026-08-04 and subsequent documented updates in 2026 (v15.4.0 on 2026-05-05, v15.3.2 and v15.3.1 in April 2026).
Last release:
Commons is a small JavaScript library that provides simple shared functions used across the Sinon end user libraries. It emphasizes pure functions with no side effects, and follows Sinon.JS compatibility and formatting conventions.
Maintenance status: The most recent upstream push was 2024-06-16, and the newest shown repository update is v4.0.0-alpha.0 (2024-01-20). As of 2026-08-13, there is a long gap with no evidence of ongoing, frequent development, so the project appears quiet or in maintenance mode.
Last release:
@sindresorhus/is is a TypeScript-based Node.js library for runtime type checking, it provides `is` methods that return booleans for whether a value matches a given type. It also includes `assert` helpers that perform the same checks but throw an error when the type does not match, useful for validating inputs and enabling better TypeScript type narrowing.
Actively maintained: The repository shows recent activity, with the latest upstream push on 2026-05-11, and multiple versioned updates in 2026 (v8.0.0 on 2026-04-09, v8.1.0 on 2026-05-11).
Last release:
Sinclair TypeBox is a runtime JSON Schema type builder for TypeScript that infers static TypeScript types from the schemas it creates. It helps you validate data at runtime with standard JSON Schema validation while keeping the rules aligned with TypeScript’s compile-time type checking, useful for REST and RPC data validation.
Actively maintained, with an upstream push as recently as 2026-07-18 and multiple package updates published on 2026-07-16, indicating ongoing development rather than dormancy.
Last release: