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.
kuler is a small Node module for creating terminal color output using CSS-like hex color codes. It’s useful for wrapping strings with ANSI color sequences so the coloring is terminated at the end of the string and does not bleed into surrounding text.
The GitHub source appears quiet or dormant, with the most recent upstream push on 2020-02-25, and no evidence in the provided history of updates since then (as of 2026-08-12).
Last release:
KafkaJS is a modern Apache Kafka client for Node.js, providing producer, consumer groups, transactional support, message headers, compression, and admin capabilities. It supports plain and secure connections (SSL, SASL_SSL) including SCRAM and AWS IAM authentication, and is useful for building Kafka-based messaging and streaming apps in JavaScript.
Actively maintained: Evidence is thin for active maintenance, since the last upstream push was 2024-08-02, and the most recent published updates are v2.2.4 (2023-02-27), with no newer tagged versions shown. As of today (2026-08-13), this indicates the project is likely quiet or in maintenance mode rather than actively evolving.
Last release:
jwt-decode is a browser-focused JavaScript library for decoding JSON Web Tokens (JWTs) that are Base64Url encoded, returning the decoded payload or header. It is useful for extracting claim data in client-side applications, but it does not validate token signatures or contents, so validation should be done server-side with a JWT verification library.
Maintenance status: The repo shows an upstream push on 2026-08-03, but the most recent published updates listed are from 2023-10-27 (v4.0.0), so published updates appear infrequent and the library is likely mostly quiet for consumers even if development continues.
Last release:
node-jws is a Node.js implementation of JSON Web Signatures (JWS). It lets you synchronously sign and verify JWS tokens, or use streaming SignStream and VerifyStream APIs, supporting common HMAC, RSA, RSA-PSS, ECDSA, and the “none” algorithm (with the spec except X.509 certificate chain signing and verifying).
Maintenance status: Likely actively maintained, with recent updates in 2025 (v3.2.3, v4.0.1) and the most recent upstream push on 2026-06-25, though the last tagged version shown here is from 2025-12-04.
Last release:
node-jwa is a Node.js library that implements JSON Web Algorithms, focused on the algorithms needed for JSON Web Signatures (JWS). It provides sign and verify helpers for common JWS signature and MAC algorithms such as HS256, RS256, PS256, and ES256, including none, returning base64url-encoded signatures for JWS use.
The source shows evidence of prior active maintenance (notable security-related timingSafeEqual constant-time comparison updates), but based on the provided update tags, the most recent published updates are from 2025-05-07, about 14 months before today (2026-08-13), so it appears quiet or in maintenance mode.
Last release:
jsonwebtoken is a Node.js implementation for creating and verifying JSON Web Tokens (JWTs). It provides functions like jwt.sign and jwt.verify, useful for signing payloads with HMAC or RSA/ECDSA keys and validating token signatures and optional claims such as expiration, audience, or issuer.
Actively maintained: The upstream repo shows a recent push on 2026-06-25, and the most recent published package update listed is v9.0.3 (2025-12-04), indicating ongoing work rather than dormancy.
Last release:
A fast and simple JSON Schema validator for JavaScript and Node.js, supporting JSON Schema draft-07. Useful for validating JavaScript values against JSON schemas and returning detailed validation results (including error paths and messages), with options like custom formats and custom validation keywords.
Maintenance status: The GitHub repo shows a recent upstream push (2026-05-08), suggesting ongoing work, but the latest published package update in the provided history is v1.4.1 from 2022-05-17, so downstream “updates” appear infrequent.
Last release:
This is a Node.js implementation of JSON Pointer (RFC6901), providing functions to get and set values in JSON objects using pointer strings. It is useful for filtering, locating, and updating data fields from code (for example, using paths like /bar/baz).
Active maintenance, yes on GitHub activity but unclear on npm updates: The upstream repo has an identifiable recent push on 2026-07-29, but the provided tagged updates stop at v5.0.1 (2022-07-13), so npm/package publishing appears infrequent.
Last release:
JSONPath Plus is a JavaScript/Node.js library for analyzing, transforming, and selectively extracting data from JSON documents (and JavaScript objects) using JSONPath expressions. It expands the original JSONPath specification with additional operators, type selectors, escaping options, and the ability to return meta-information like paths, pointers, and parent details. The project appears to be a fork of JSONPath and is not currently actively maintained.
The repository appears actively maintained, with recent GitHub activity and ongoing library updates in 2026 (most recently v10.4.1 on 2026-06-25, and an upstream push on 2026-07-02 relative to 2026-08-12).
Last release:
jsonc-parser is a Node module that scans and parses JSON that can include JavaScript-style comments (JSONC), while also working with standard JSON. It provides a fault-tolerant parser, token offsets, and helpers to visit values, build a node tree with locations, and compute/apply edits for formatting or modifying JSON documents.
Actively maintained, evidence includes a very recent upstream push on 2026-08-12 and continued package updates in 2026 (v4.0.0-next.1 on 2026-03-10, v4.0.0-next.2 on 2026-06-16).
Last release:
Resolves JSON Schema `$ref` references by inlining external schemas you provide, returning a single combined schema that no longer depends on external schema files. Useful for turning referenced schemas into a self-contained schema, and it will not error if a reference is missing.
Maintenance/active status: The most recently published updates in the provided history are v3.0.0 (2025-01-18), but GitHub also shows an upstream push on 2026-08-01, so there appears to be continued activity even though no newer published update is reflected in the supplied release summaries.
Last release:
A JavaScript library that resolves and dereferences references inside JSON Schemas, making it useful for preparing OpenAPI or Swagger-style schemas that use `$ref`. It lets you add schemas by id, list discovered references and dependencies, and produce a dereferenced schema via the `RefResolver` API.
Maintenance status: The project shows a very recent upstream push (2026-08-07), which suggests ongoing work, but the most recent published updates shown are older (v3.0.0 on 2025-03-08), so maintenance appears somewhat intermittent from a release perspective.
Last release:
Provides an early, historical JSON Schema draft specification and a lightweight CommonJS implementation of the original core elements. It is useful for maintaining stability for packages that rely on the older behavior, rather than for using the latest JSON Schema specifications or implementations.
Maintenance status: The most recent upstream push was in 2022-08-23, and the newest tagged update shown is from 2021-11-02. As of 2026-08-13, this source appears quiet/dormant rather than actively maintained.
Last release:
Provides JSON.parse and JSON.stringify-compatible functions with support for large integers using BigNumber or native BigInt. Useful when your JSON data may exceed IEEE 754 double precision limits and you need configurable parsing options (for example, strict duplicate-key handling and choosing BigInt behavior).
Maintenance status: The provided update history shows no new published updates since v1.0.0 in 2020. Even though the upstream GitHub activity shows a last push on 2024-07-28, the project appears quiet/dormant relative to today (2026-08-13).
Last release:
js-cookie is a simple, lightweight JavaScript API for handling cookies on the client side. It lets you set, read, and remove cookies (with options like expiration and path/domain), with extensive browser support and support for ES and AMD/CommonJS modules.
js-cookie/js-cookie appears actively maintained, with an upstream push on 2026-08-10 and recent package updates in 2026 (v3.0.7 on 2026-05-16, v3.0.8 on 2026-05-29).
Last release:
JoyCon is a zero-dependency Node.js utility for finding and loading configuration files named by a list (for example, lockfiles). It searches for matching files, resolves the found file path, parses the file contents (JSON by default), and can use custom loaders for other formats like TOML.
Maintenance status: The repo appears quiet or in maintenance mode, with the last upstream push on 2023-01-07 and the most recent tagged update in the 2021-12 timeframe, so there is no evidence of active ongoing maintenance as of today (2026-08-13).
Last release:
This plugin transparently adds support for Yarn Plug'n'Play to Jest by providing a PnP resolver that Jest can use. It is useful when your project uses Plug'n'Play so Jest can resolve dependencies correctly, and it can be configured via the Jest `resolver` option.
The repo appears largely quiet, with no released versioned updates since 2019 (latest shown v1.2.1 on 2019-03-09), and the last upstream push was 2022-11-15, which is still several years ago relative to today (2026-08-12).
Last release:
jest-mock-extended provides type safe mocking extensions for Jest, with helpers to mock interfaces and objects in a familiar Jest-like style. It adds a calledWith() API for argument specific expectations (including for objects and functions), supports deep mocks of nested properties and class instances, and includes a matcher API and utilities like mockClear and mockReset.
Actively maintained (yes), with the latest recorded update 4.0.1 on 2026-04-20 and a prior major update 4.0.0 on 2025-06-14, so it has seen changes within the last year.
Last release: