Ross ROSS = Recommend OSS · open-source software intelligence for agents

node-modules/utility

A collection of useful utilities. observed · 2026-08-28

github.com/node-modules/utility · TypeScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 69
  • Release rhythm 40
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 7
  • age_days: 5042
  • days_rel: 597
  • days_push: 190
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1240 stars · 163 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Node.js utility library providing hashing functions (md5, sha1, sha256, hmac), base64 encoding/decoding, and HTML/URL escaping helpers. It supports strings, Buffers, and deterministic hashing of objects with sorted keys.

Use cases

  • compute md5 or sha1 hashes of strings and buffers in node
  • generate deterministic hashes of javascript objects
  • base64 encode and decode strings including urlsafe variants
  • escape and unescape html entities
  • generate hmac signatures
  • hash strings in hex or base64 output

When to choose

  • you need a small, well-tested set of hashing and encoding helpers in a Node.js project
  • you want deterministic object hashing with sorted keys
  • you prefer a single dependency over pulling in larger crypto utility suites

When to avoid

  • you only need Node's built-in crypto module and want zero dependencies
  • you need cryptographic-strength password hashing (use bcrypt or argon2 instead)
  • you are not working in a JavaScript/Node.js environment

Facets

library · maturity stable

cryptography serialization developer-tools developer-tools backend web-development cross-platform hashing md5 sha1 sha256 base64 html-escape npm-package typescript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
node-modules/utilitymain65

For agents

markdown · JSON · MCP: product_card(name="node-modules/utility")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem