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.
React is a JavaScript library for building web and native user interfaces, with a declarative, component-based approach for updating the UI as data changes. It is useful for creating interactive frontends and for rendering on the server, and it can also power mobile apps when used with React Native.
facebook/react appears actively maintained, with very recent upstream activity (last push 2026-06-03) and multiple update tags in late May and early June (notably 19.2.6, 19.2.5, and several 2026-06-01 patch updates).
Last release:
Chokidar is a minimal, efficient, cross-platform file watching library for Node.js, built on the core `fs` module. It turns low-level filesystem events into normalized add, change, and unlink events, with options for recursive watching, filtering, symlink handling, and support for atomic and chunked writes.
Maintenance status: The repo shows an upstream push on 2026-05-12, and the most recent published update listed is 5.0.0 (2025-11-25), suggesting ongoing development rather than maintenance-only.
Last release:
Provides a typed ESM export, `characterReferenceInvalid`, which maps invalid HTML numeric character references to their replacement characters based on the HTML spec. Useful when parsing HTML or similar XML-like text, especially in contexts where Unicode encoding is not the primary encoding.
The source appears largely dormant, with the last upstream push on 2022-11-16, and no evidence of recent updates through today (2026-06-09), so active maintenance is not supported by the provided evidence.
Last release:
Provides a list of legacy HTML named character entity names that do not require a trailing semicolon in HTML. Useful for HTML parsers or minifiers that need to recognize legacy entity forms, via the exported `characterEntitiesLegacy` array of case-sensitive names.
Maintenance/active status: The last published package update shown is 3.0.0 on 2021-10-29, and the last upstream push is 2023-11-01, with no newer updates listed since. Overall, this looks quiet or in maintenance mode, not actively evolving as of today (2026-06-09).
Last release:
This is a package that provides a map of named character references from HTML 4, letting you look up the corresponding characters (for example, `characterEntitiesHtml4.AElig` maps to `Æ`). It is useful for tools like an HTML parser or minifier that need to understand HTML 4 character entities, and it is ESM only with TypeScript typings.
The project appears not to be actively maintained today, with the most recently reported update being v2.1.0 in 2021-10-29 and no newer version updates shown through 2026-06-09 (an upstream push is recorded on 2023-11-01, but no associated version/update details are provided here).
Last release:
character-entities is an HTML-focused data package that maps named character reference names (case-sensitive) to the characters they represent. It exports a `characterEntities` map useful for developers building or working with HTML parsing and minifying logic.
The repository (wooorm/character-entities) shows long gaps between published updates and the most recent upstream push appears to have been on 2023-11-01, which is over two years ago as of 2026-06-09. This suggests the source is currently quiet or in maintenance mode rather than actively maintained.
Last release:
Chalk is a JavaScript utility for styling strings in the terminal using ANSI escape codes, with a chainable API for combining and nesting text styles. It supports auto-detecting terminal color capabilities (including 256-color and Truecolor) and can be configured to disable or force color output (for example via `level` or `FORCE_COLOR`).
Maintenance status: Chalk appears actively maintained, with an upstream GitHub push as recently as 2026-01-27, and tagged updates continuing through 2025 (latest known tag: v5.6.2).
Last release:
ccount is a tiny JavaScript (ESM only) utility that counts how many times a substring occurs within a string. It exports a single function, ccount(value, substring), which returns the match count and is useful for small string analysis tasks like choosing quote styles when generating code. It works in Node.js (14.14+ and 16.0+), Deno, and modern browsers.
Maintenance status: Evidence suggests wooorm/ccount is quiet/dormant, with the last upstream push on 2022-11-20, and the most recent listed updates from 2.0.1 (2021-10-28), indicating no active recent development as of 2026-06-09.
Last release:
caniuse-lite is a smaller subset of the Can I use (caniuse-db) data, packed to reduce client-side size while keeping essential browser feature information. It provides JavaScript APIs to access browser agents data and to convert feature and region files into formats that are mostly compatible with caniuse-db for use in web-related tooling.
Actively maintained: The source (browserslist/caniuse-lite) shows very recent activity, with an upstream push on 2026-07-07, and multiple updates published in the first week of July 2026.
Last release:
A Node.js package that converts kebab-cased CSS property names into camelCased DOM property names. Useful when mapping CSS-like strings such as -webkit-border-radius or border-radius to the corresponding JavaScript DOM style property forms like WebkitBorderRadius and borderRadius.
callsites is an npm package that returns callsite objects using the V8 stack trace API. It helps developers inspect where a function was called (for example, file name, line and column, and function or method names), and it remains useful in browser environments since Node.js now provides a built-in util.getCallSites() function.
Maintenance status: Evidence suggests ongoing but slow maintenance, the last published change shown is v4.2.0 (2024-06-29), and there was an upstream push on 2025-09-09, but no additional published update is listed after v4.2.0.
Last release:
call-bound provides robust JavaScript call-bound intrinsics, built using call-bind and get-intrinsic. It helps you reliably access prototype methods (for example Array.prototype.slice) even if Function.prototype.call, Function.prototype.bind, or the method itself is deleted.
Maintenance status: Not actively maintained as of today (2026-06-09), based on the last upstream push on 2025-03-03 and the most recent listed update on 2025-03-03.
Last release:
Provides helper functions for working with JavaScript Function call, apply, and bind, intended for use with `call-bind`. It is mainly meant to be used directly by `call-bind` and `get-intrinsic`, with a README suggestion to use `call-bind` instead unless you have a specific reason.
This source does not appear to be actively maintained, last upstream push was 2025-02-12, about 16 months ago relative to 2026-06-09.
Last release:
call-bind provides utilities to robustly create a bound function using `.call.bind()`. It’s useful in JavaScript codebases that need consistent function binding and access to pre-bound methods like `call-bind/callBound`.
Actively maintained, with the most recent upstream push on 2026-04-09 and a corresponding v1.0.9 update the same day (latest changes focus on .length computation for partially applied bound functions).
Last release:
Browserslist lets front-end tools share a single set of target browsers and Node.js versions. It reads configuration from package.json or .browserslistrc, supports queries like “last 2 versions,” and uses caniuse data so tools such as Autoprefixer, Babel preset-env, and stylelint can automatically determine which browser targets to apply.
Actively maintained: The source shows continued updates through 2026-07-06 (latest listed is v4.28.5), indicating ongoing maintenance rather than dormancy.
Last release:
This JavaScript library implements brace expansion syntax similar to sh/bash (as documented for Bash). It provides an `expand(str, [options])` function that returns an array of all valid expanded strings, with an optional `max` limit to cap the number of generated expansions.
The repo appears actively maintained, with very recent updates on 2026-05-25 and 2026-05-26, and a recent upstream push on 2026-05-26. Recent changes are not just metadata, they include parser and sequence-behavior adjustments.
Last release:
baseline-browser-mapping provides browser version data for the W3C WebDX Baseline feature sets. Use getCompatibleVersions() to get the minimum compatible browser versions for Baseline Widely available and Baseline year features, or use getAllVersions() to retrieve support details for multiple Baseline feature sets across browser versions. It is updated frequently to stay current with underlying browser-compatibility data, and can warn if the installed data is older than about 2 months.
Actively maintained, last upstream push on 2026-06-07 and recent library updates including v2.10.0 on 2026-02-19.
Last release:
balanced-match finds the first non-nested, matching pair of delimiter characters (or patterns), such as `{` and `}` or `<b>` and `</b>`, in a string. It returns the match positions and surrounding text (pre, body, post), or `undefined` if no match is found, and can also use regular expressions.
Active maintenance is evident, with an upstream push on 2026-05-26 and multiple package updates released in 2026 (v4.0.2 on 2026-02-09, v4.0.3 on 2026-02-18, v4.0.4 on 2026-02-22).
Last release: