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.
xml-utils is a lightweight XML parsing library for Node.js and the browser, designed to import only the functions you need and avoid external dependencies. It helps you find XML tags by name or path, extract attributes, and perform simple transformations like removing comments or removing tags by name.
DanielJDufour/xml-utils shows no evidence of active maintenance, the most recent upstream push and the latest tagged update are both from 2025-04-18, which is over 15 months ago relative to 2026-08-13 (likely quiet or dormant).
Last release:
wkt-parser is a WKT parser extracted from proj4, intended for developers who need to parse WKT1, WKT2, and PROJJSON. It does not currently support geocentric (`GEOCCS`), and `COMPOUNDCS` is only supported for WKT1.
Actively maintained: Recent upstream activity exists (last push 2026-08-11), and updates continue through 2026 (latest summarized update v1.5.6 on 2026-07-23), indicating the project is not dormant.
Last release:
Provides a cross-platform Web Worker implementation that works in both browser and Node, including support for module workers. Useful when you want the same Worker code to run in published npm modules, with browser-style Worker events and compatible Worker URL handling.
Maintenance status: Not actively maintained as of 2026-08-13. The last upstream push was 2025-01-31, and the most recent published update shown is 1.5.0 on 2025-01-31, so there is a gap of over a year with no newer updates.
Last release:
tsx (TypeScript Execute) is a tool for running TypeScript in Node.js. It provides a CLI and watch-oriented workflow and is associated with Node, ESM, and TypeScript, with documentation available at https://tsx.hirok.io.
Actively maintained: The repo shows ongoing updates in August 2026, with the latest upstream push on 2026-08-30 and multiple tagged updates following within that month.
Last release:
ts-algebra is a TypeScript types library that defines “meta-types”, types that encapsulate other types and can be computed with operations like Resolve (and also Intersect and Exclude). It is useful for advanced type-level computations, such as enabling operations that are not possible with conventional TS types.
The last published update shown is v2.0.0 on 2024-05-04, and there are no further documented updates in the provided history, suggesting the project is not actively pushing frequent changes as of today (2026-08-11).
Last release:
three-mesh-bvh is a Bounding Volume Hierarchy (BVH) implementation for three.js meshes that speeds up raycasting and supports spatial queries. It provides utilities and extension functions to build BVHs for different three.js geometry types, along with examples for raycasting, intersections, and related performance-focused queries.
Actively maintained: The repo shows an upstream push on 2026-08-10, and the library has frequent tagged updates throughout 2026, indicating ongoing development rather than maintenance mode.
Last release:
Three.js is a JavaScript 3D library for creating cross-browser, general-purpose 3D experiences on the web. It supports WebGL and WebGPU renderers out of the box, with additional SVG and CSS3D renderers available as add-ons, and it provides examples, docs, and a manual to help you build and render scenes.
Actively maintained: The upstream (mrdoob/three.js) has a very recent commit (2026-08-12), and the latest tagged update (r185) is from 2026-07-01, indicating ongoing development rather than dormancy.
Last release:
A tiny, dependency-free JavaScript library for calculating sun and moon positions, sunlight phases (such as sunrise, sunset, and twilight timings), and lunar phase and illumination for any location and time. Useful for getting altitude and azimuth angles, sunrise and dusk-related times, and moon visibility details like rise and set times.
Actively maintained, with recent commits and updates as of mid 2026 (last upstream push 2026-07-11, and updates in 2026-07 and 2026-06).
Last release:
Adds source map support for Node.js stack traces, replacing compiled file paths and line numbers with the original source paths and line numbers. Useful when running code transpiled or compiled from other languages, and it can be enabled via `node -r source-map-support/register` or `require('source-map-support').install()`.
Maintenance status: Based on the evidence provided, the project looks quiet rather than actively maintained, with the last upstream push on 2024-08-03 and the most recent listed package update tagged in 2021-11-19.
Last release:
Sax-js is a SAX-style XML and HTML parser for JavaScript, designed to parse XML strings with event callbacks like open tags, text, attributes, and errors. It supports both Node.js and browser or CommonJS use, and can also be used as a streaming parser (useful for cases like RSS and other imperfect XML documents).
Actively maintained: Recent upstream activity and multiple tagged updates in 2026 (last upstream push on 2026-07-24, including v1.6.1 that day), suggesting ongoing maintainer work rather than dormancy.
Last release:
Proj4js is a JavaScript library for transforming point coordinates between coordinate systems, including datum transformations. It supports defining projections as strings or objects and can parse common projection definitions and EPSG identifiers for use in GIS and geospatial web or Node.js applications.
Actively maintained: GitHub updates are very recent (latest upstream push on 2026-08-31) and multiple tagged updates have shipped through mid-2026, indicating ongoing development rather than a dormant state.
Last release:
Parse-headers is a JavaScript utility for parsing HTTP header text into a structured object. It works with browserify/xhr, and converts lines like `Header-Name: value` into keyed output, including support for repeated headers that become arrays.
Maintenance status: Quiet or in maintenance mode, with the most recent documented updates in 2022 (v2.0.5) and no evidence of frequent recent change, despite a last upstream push on 2025-03-20.
Last release:
pako is a high speed zlib-compatible compression and decompression library for JavaScript, usable in both browser and Node.js. It provides fast deflate and inflate (including gzip support) APIs, useful when you need zlib-equivalent bytes or small browser bundles for compressing and uncompressing data.
Actively maintained: There is an upstream GitHub push dated 2026-08-13, and recent version updates were published in June and July 2026, indicating ongoing work rather than dormancy.
Last release:
A JavaScript utility for converting between WGS84 latitude/longitude and MGRS (Military Grid Reference System) coordinates. It provides forward conversion (lon/lat to MGRS string), inverse conversion (MGRS string to a bounding box), and toPoint (MGRS string to lon/lat).
Actively maintained: The repository shows a recent upstream push on 2026-07-11, with a follow-up v2.2.0 update, indicating ongoing maintenance rather than dormancy.
Last release:
Meshoptimizer is a C and C++ mesh optimization library, with interfaces for other languages via FFI. It helps reduce mesh size and storage overhead, and improves GPU rendering efficiency by optimizing vertex and index data, including algorithms for simplification and compression-related workflows.
Actively maintained: Recent upstream push on 2026-08-08, and multiple tagged updates in 2026 (v1.2 on 2026-06-30, v1.1.1 on 2026-04-15, v1.1 on 2026-04-02) indicate ongoing work rather than a dormant project.
Last release:
LERC (Limited Error Raster Compression) is an open-source raster and image format plus a C++ library for rapid encoding and decoding with a user-defined maximum compression error per pixel. It supports many pixel data types and can be used directly from Python, with decoders available for JavaScript and C#.
Actively maintained: Recent updates in 2026 (latest upstream push 2026-07-30, including Lerc v4.2.0 on 2026-07-23 and JS updates through 2026-07-02) indicate the project is currently being maintained rather than dormant.
Last release:
Infer TS types directly from JSON schemas using the `FromSchema` type. Useful for keeping TypeScript types consistent with schema definitions, reducing duplication when you already use JSON schemas for validation or API contracts.
The repository appears active, with a recent upstream push on 2026-05-09, but the latest tagged v3.x updates in the provided history stop at v3.1.1 (2024-08-29), suggesting continued development without a recent version bump.
Last release:
geotiff.js is a small pure JavaScript library for parsing GeoTIFF and TIFF files to read geospatial metadata and raster pixel data for visualization or analysis. It can load TIFFs from remote URLs, browser XHR/fetch, local ArrayBuffer or blobs, and the filesystem (with browser FileReader or Node.js filesystem), and it supports reading multiple raster layouts, data types, and several common TIFF compressions.
Actively maintained: GitHub pushes and npm updates continued through 2026-05-26, with v3.1.0 published shortly before the last upstream push.
Last release: