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.
eslint-plugin-jsx-a11y is a static AST checker that applies accessibility (a11y) rules to JSX elements in React code. It helps developers catch common accessibility issues during linting, and it is intended to be used alongside runtime accessibility testing tools such as @axe-core/react.
Maintenance status: The repository shows an upstream push on 2026-01-06, but the most recent documented plugin updates in the provided summaries end at v6.10.2 (2025-01-05), suggesting the project is no longer in a fast, ongoing release cadence (quiet after early 2025).
Last release:
eslint-import-resolver-typescript is a TypeScript import resolver for eslint-plugin-import and eslint-plugin-import-x. It helps ESLint resolve TypeScript files and module paths based on tsconfig.json, including common TypeScript extensions and multiple tsconfigs.
Actively maintained: Yes, there is recent activity, with the latest tagged update v4.4.5 on 2026-06-01, and an upstream push on 2026-06-02, indicating the project is not dormant.
Last release:
ESLint plugin that provides rules to validate ES2015+ import/export syntax. It helps prevent common issues like misspelling of file paths and import names, and can flag problems such as unresolved imports and mismatches between exported and imported names.
Actively maintained, with recent upstream activity on 2026-06-03 and multiple recent component updates (notably utils/v2.13.0 on 2026-05-28, resolvers/node/v0.4.0 on 2026-05-15, and resolvers/webpack/v0.13.11 on 2026-04-02).
Last release:
escape-string-regexp provides a small utility to escape RegExp special characters in a string so it can be safely inserted into a JavaScript regular expression. It’s useful when building dynamic RegExp patterns, with the README noting it does only minimal escaping and that you should place the escaped value at safe positions. The source also notes you can use the native `RegExp.escape()` in modern JavaScript.
The last documented release update is v5.0.0 on 2021-04-17, with the most recent upstream push recorded on 2025-05-06, suggesting limited ongoing release activity and a likely quiet maintenance posture rather than active feature development today.
Last release:
escalade is a tiny utility that ascends parent directories from a given file or directory, calling your callback at each level until it finds what you are looking for or reaches the system root. It returns the resolved absolute path to the matching file, and it does not search sibling directories of parent folders. It is available for Node.js (async or sync modes) and includes Deno support (with allow-read permission).
Active maintenance, based on evidence: No, the repository appears quiet, with the most recent upstream push dated 2024-08-29, which is well over 18 months ago relative to 2026-06-09.
Last release:
esast-util-from-js is a utility that parses JavaScript text into an esast (an estree syntax tree with extra cleanliness). It is useful if you want JavaScript ASTs that integrate with other unist and vfile-based tooling in the unified ecosystem.
This source appears effectively dormant, with its last upstream push on 2023-07-31 and no further updates in the provided history, which is a multi-year gap versus today (2026-06-09).
Last release:
esast-util-from-estree provides an `fromEstree` transform that converts an ESTree JavaScript AST into an esast (a UNIST-compatible AST). It normalizes node shapes for JSON, adds position information, and applies a few cleanup steps like normalizing `.bigint` and removing certain discouraged JSX fields, which is useful if you want to use unist utilities with JavaScript ASTs.
Maintenance status: Appears largely dormant/maintenance mode, with the most recent upstream push and last recorded update on 2023-07-31. As of 2026-06-09, this is a multi-year gap with no evidence of recent work.
Last release:
This is a JavaScript utility that implements the ECMAScript “ToPrimitive” abstract operation, providing versions for ES5 and ES2015. It’s useful when you need consistent spec-aligned primitive conversion behavior in code, with the default export selecting the latest version and `es5`/`es2015` exports for a specific version.
The source appears actively maintained, with recent upstream pushes and multiple recent updates in June 2026 (last upstream push on 2026-06-26, versions 1.3.1 through 1.3.4 following within about 10 days).
Last release:
es-shim-unscopables is a helper package that adds or shims a method into `Array.prototype[Symbol.unscopables]`. It is useful when you need consistent `Symbol.unscopables` behavior for `with` statements and array prototype methods across environments.
Maintenance status: The upstream repo shows an activity push on 2026-01-13, but the most recent published update in the provided history is v1.1.0 (2025-02-12), with no newer published updates shown up to 2026-06-09, suggesting quiet or maintenance-mode rather than active, frequent maintenance.
Last release:
A small helper that optimistically sets an object’s `Symbol.toStringTag` value (when possible), so `Object.prototype.toString.call(obj)` reflects the provided tag. It supports options like `force` (set even if already set) and `nonConfigurable` (define as non-configurable when possible), useful for improving type branding in JavaScript.
Maintenance status: GitHub activity appears quiet/dormant, last upstream push was 2025-01-02, which is about 17 months ago relative to 2026-06-09.
Last release:
es-object-atoms provides small JavaScript helpers related to ES object coercion, including Object, ToObject, and RequireObjectCoercible. It is useful for writing consistent type conversion and validation logic, with examples showing expected TypeErrors for null and undefined.
The source appears largely TypeScript typing focused, with recent updates (notably v1.1.2) centered on .d.ts type guard and developer tooling rather than runtime changes.
Last release:
Provides an ESnext-compliant iterator helpers shim or polyfill for sync iterators, intended to work in older environments down to ES3. It adds helper methods like map, filter, reduce, and others to iterator constructors or Iterator.prototype (and is useful for build tooling and testing).
Actively maintained, with a very recent upstream push on 2026-07-10 and a tagged update v1.4.0 the same day (so it is not in maintenance mode).
Last release:
es-errors is a small JavaScript utility that caches a few built-in JS Error constructors so you can import them consistently. It is useful if you want direct access to specific error types like EvalError, RangeError, ReferenceError, SyntaxError, TypeError, and URIError.
The repository appears not to be actively maintained as of today (2026-06-09), with the last upstream push on 2024-03-09 and the most recent published update in early 2024.
Last release:
es-define-property provides a safe way to use Object.defineProperty, working around IE 8's broken implementation. It can be required in JavaScript to fall back when Object.defineProperty is not usable in older environments.
The repository appears quiet, with the last upstream push on 2024-12-06, which is well over a year ago relative to 2026-06-09, so it is likely not actively maintained.
Last release:
Provides ECMAScript specification abstract operations as a JavaScript module, with access by edition and name (for example, `es-abstract/2020/Call` or `es-abstract/5/Type`). Useful if you need standardized spec-level operation implementations, and it also offers `es5` through `es2021` entry points, with deep imports encouraged for bundle size and performance.
Actively maintained: The repo shows ongoing work, with an upstream push on 2026-06-26 and the most recent published package update being v1.24.2 on 2026-04-07, indicating it is not currently in maintenance mode.
Last release:
A JavaScript/Node package that provides a drop-in, smaller regular-expression generator for matching emoji-only symbols. It is useful when you need an emoji-matching regex that follows the same API and passes the same emoji tests as `emoji-regex`, while using the Unicode version supported by your JavaScript environment instead of hard-coded code points.
The source does not appear to be actively maintained today. The last upstream push was 2025-04-25, and the most recent documented updates were in late April 2025, with no evidence of further updates since then (over a year gap as of 2026-06-09).
Last release:
Provides version mappings between Electron and Chromium (both major and full versions). Useful for tools like Browserslist, Autoprefixer, Stylelint, babel-preset-env, and eslint-plugin-compat to translate Electron version requirements into the corresponding Chromium capabilities.
Actively maintained, with recent upstream activity on 2026-09-01 and multiple consecutive updates through 2026-08-28 and 2026-09-01.
Last release:
dunder-proto is a JavaScript utility that provides access to Object.prototype.__proto__, including a getter and setter. It is useful when you need a reliable way to read or change an object’s __proto__ value, even if it is otherwise unavailable.
The source appears not to be actively maintained, with the most recent upstream push on 2024-12-17, which is over 18 months ago relative to 2026-06-09.
Last release: