# node-modules/utility

A collection of useful utilities.

Repository: https://github.com/node-modules/utility
Canonical: https://ross.abutalabs.com/products/utility
Language: TypeScript
License: NOASSERTION
License Family: other
Last push: 2026-02-24T14:48:19+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 69, release rhythm 40, longevity 100
- inputs: {"age_days": 5042, "days_push": 190, "days_rel": 597, "gap_med": 7, "n_releases_24m": 4}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1240, forks 163 (observed 2026-08-28T04:04:06.179089+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: cryptography, serialization, developer-tools
- domain: developer-tools, backend, web-development
- platform: cross-platform
- tags: hashing, md5, sha1, sha256, base64, html-escape, npm-package, typescript, nodejs

## Member repositories
- node-modules/utility (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.179089+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:09:53.966799+00:00, confidence not recorded.
  - readme: https://github.com/node-modules/utility (fetched 2026-08-28T04:04:06.179089+00:00, sha 4612a9b01c9e)
  - registry_npm: https://registry.npmjs.org/utility (fetched 2026-08-29T12:20:32.728992+00:00, sha 93d89630c9c5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
