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.
typed-array-byte-offset is a small JavaScript utility that returns the byte offset of a Typed Array, or false if the input is not a Typed Array. It is designed to work robustly across realms and engines, including when a Typed Array’s byteOffset property has been overridden.
The repository appears quiet and likely in maintenance mode, with the last upstream push on 2024-12-19, which is well over a year ago relative to 2026-06-09.
Last release:
This project provides a function to get the byte length (and byte offset handling) of a Typed Array, returning false if the value is not a Typed Array. It is useful for cross-realm and engine compatibility, including environments where Typed Arrays do not expose a usable byteLength method.
The repository appears quiet rather than actively maintained, with the most recent upstream push on 2024-12-17, about 18 months ago as of 2026-06-09.
Last release:
typed-array-buffer provides a helper to get the ArrayBuffer from a TypedArray in a robust way. It’s useful when you need consistent behavior across older Node versions and modern engines where TypedArray.prototype.buffer may be missing or altered.
The source shows some maintenance activity, with the last upstream push on 2026-01-16, but the most recent published package update appears to be v1.0.3 on 2024-12-18, with no later tagged updates evident in the provided history.
Last release:
type-check is a JavaScript library for validating the runtime types of values using a Haskell-like type syntax. It is useful for checking external input, testing, and adding extra safety to internal code, with helper functions to check types directly or reuse parsed type definitions.
Maintenance status: The last upstream push was on 2023-07-18, and the most recent listed version update is 0.4.0 from 2020-04-03, so the source appears quiet/dormant rather than actively maintained as of 2026-06-09.
Last release:
tsconfig-paths loads Node modules based on the `paths` mappings in your `tsconfig.json` or `jsconfig.json`, translating module load requests into physical file paths that Node can resolve. It supports use at run-time (for example with `node -r tsconfig-paths/register` or `ts-node -r tsconfig-paths/register`) and via its API.
The source appears to be in active development on GitHub (last upstream push was 2026-02-23), but the publicly documented library version updates shown here are from 2023-12-14 (v3.15.0) and earlier, so published updates are currently quiet relative to today (2026-06-09).
Last release:
A runtime library that validates data against TypeScript interfaces, producing informative error messages when values do not match. It is useful for checking parsed JSON or YAML objects (for example, data received over the network) using generated runtime checker code.
Maintenance status: Evidence suggests low ongoing maintenance, with the last recorded upstream push on 2024-04-20, and the most recent published updates shown only up to 2021-10-11. As of 2026-06-09, this looks quiet or in maintenance mode rather than actively evolving.
Last release:
TypeScript API Utils (ts-api-utils) provides utility functions for working with the TypeScript API, including helpers for tasks like iterating tokens. It is useful for developers building tools that need to work with TypeScript types and abstract syntax tree structures. It supports TypeScript 5.5.2 and above, and Node 20.19.0 and above.
Actively maintained: GitHub upstream shows a recent push on 2026-05-31, and the project has continued major work after v3.0.0-rc.1.
Last release:
trim-lines is a small utility that removes initial and final spaces and tabs around line endings in a string, while keeping the line endings themselves. It is useful when you want “markdown-like” whitespace trimming around line breaks without trimming whitespace at the start or end of the entire string.
Actively maintained: No, maintenance appears inactive. The upstream push was in 2022-11-23, and the most recent recorded update here is 3.0.1 from 2022-07-03, which is long before today (2026-06-09).
Last release:
This library generates a regex-compatible string for matching a numeric range, based on two input numbers (min and max). It’s useful when you need to build validation regular expressions for numbers, ranges, years, or similar values, and it includes options for capture wrapping, shorthand digit matching, and relaxing or enforcing zero padding.
Maintenance status: The repo shows the last upstream push on 2024-08-01, but the most recent packaged version update in the provided history is 5.0.1 (2019-04-07), suggesting the source is largely quiet, not actively maintained, as of 2026-06-09.
Last release:
tinyglobby is a fast and minimal globbing library for JavaScript/Node.js that aims to behave the same as globby and fast-glob. It is useful for matching files with glob patterns, including support for include and ignore patterns, while keeping dependencies small.
Actively maintained, with recent updates on 2026-05-30 (0.2.17) and 2026-04-07 (0.2.16), following earlier iterations throughout 2025, indicating ongoing development rather than maintenance-only status.
Last release:
thenify-all is a Node.js utility that “promisifies” selected functions from an object, producing methods that return Promises. It can also generate Promise-based methods while remaining backward compatible with callbacks (thenifyAll.withCallback), which is useful when wrapping async APIs.
Not actively maintained (quiet/dormant): The last upstream push is 2020-12-10, and the most recent documented updates are from 2015, so there has been no evidence of continued work for several years as of 2026-06-09.
Last release:
thenify turns callback-based functions into promise-based functions. It supports preserving multiple callback arguments as an array or object (via options), can optionally allow both callback and promise styles, and converts thrown async errors into promise rejections.
Maintenance status: The upstream GitHub activity is very old (last upstream push in 2020-10-25), and the most recent listed updates are from 2020-06-17 (3.3.1). As of 2026-06-09, this appears quiet or in maintenance mode rather than actively maintained.
Last release:
Checks whether the current Node.js version supports the `--preserve-symlinks` command-line flag. Useful for conditionally enabling behavior that preserves symlinks based on the runtime version (it reports false for Node versions before v6.2).
The repository appears quiet and likely not actively maintained, with the last upstream push on 2022-11-02 and no evidence of updates since then (as of 2026-06-09).
Last release:
Sucrase is a super-fast JavaScript/TypeScript compiler and syntax transformer, positioned as an alternative to Babel for modern JS runtimes. It’s useful for development builds that need to handle JSX and TypeScript (and Flow), plus optional ES module to CommonJS transforms, with an emphasis on speed over broad compatibility.
styled-jsx is a CSS-in-JSX solution for React that provides full, scoped, component-friendly CSS support, rendered on the server or the client. It helps isolate styles to components (using generated class names), supports global styles, and includes dynamic styles for values coming from props, state, or class toggling, plus options like source maps and vendor prefixing.
Maintenance status: The repo shows ongoing work (upstream push on 2026-05-21), but the most recent published updates in the provided history stop at v5.1.7 (2025-04-30), about 13 months ago, so it appears low-cadence rather than fast-moving.
Last release:
style-to-object parses CSS inline style strings (for example, `color: #C0FFEE; background: #BADA55;`) into a JavaScript object of property name to value. It can also invoke an optional iterator callback to process each parsed declaration individually. Useful for turning inline CSS declarations into structured JS data.
The source appears actively maintained, with very recent GitHub activity (last upstream push on 2026-07-08) and multiple tagged updates in the past few weeks (v2.0.2 on 2026-07-06, v2.0.1 on 2026-07-04, v2.0.0 on 2026-06-14).
Last release:
style-to-js parses CSS inline style strings into a JavaScript object with camelCased property names. It’s useful for converting CSS declarations like `background-color: #BADA55` into `{ backgroundColor: "#BADA55" }`, including support for vendor-prefixed properties and custom properties.
The source appears actively maintained, with new updates close to today (last push on 2026-07-07, plus prior updates on 2026-06-19 and 2026-05-20). Recent changes include both packaging/build adjustments and dependency bumps.
Last release:
Strip-json-comments removes JavaScript-style comments from JSON text, turning commented JSON into something you can parse (for example, preserving error positions by replacing comments with whitespace). It also has options like removing trailing commas and choosing whether to replace comments with whitespace or strip them out.
The source (sindresorhus/strip-json-comments) appears to be maintained, with patch updates in 2025 (v5.0.2 on 2025-05-16 and v5.0.3 on 2025-08-08). However, there have been no further updates since v5.0.3 as of 2026-06-09.
Last release: