proc-log
npmv7.0.0just emit 'log' events on the process object
Safe to adopt
Yes — proc-log scores well across adoption, maintenance, weight, supply chain, and licensing. 52.4M downloads per week and 2 known dependents. Last published 124 days ago. 3 releases in the last 2 years.
- AAdoption: grade A, Excellent.
52.4M downloads per week and 2 known dependents.
- BMaintenance: grade B, Good.
Last published 124 days ago. 3 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 12 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 4 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
ISC — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding proc-log to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node ^22.22.2 || ^24.15.0 || >=26.0.0
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the proc-log README.
const { log, output, input, time } = require('proc-log')Dependencies
Declared by proc-log v7.0.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (3)
Used by
Popular packages that depend on proc-log.
Relationship graph
Dependencies (left) and dependents (right) of proc-log.
Frequently installed together
HTTP content negotiation
create a pipeline of streams using Minipass
Retries a function that returns a promise, leveraging the power of the retry module.
Give me a string and I'll tell you if it's a valid npm package name
Safer Node.js Buffer API
Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.
the http/https agent used by the npm cli
Redact sensitive npm information from output
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
An implementation of window.fetch in Node.js using Minipass streams
Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
The semantic version parser used by npm.
Release history
3 releases in the last two years, typically about 164 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 7.0.0latest | 4 months ago | 12 KB | ISC |
| 6.1.0 | 9 months ago | 12 KB | ISC |
| 6.0.0 | 10 months ago | 12 KB | ISC |
| 5.0.0 | 2 years ago | 12 KB | ISC |
| 4.2.0 | 2 years ago | 12 KB | ISC |
| 4.1.0 | 2 years ago | 12 KB | ISC |
| 4.0.0 | 2 years ago | 7.1 KB | ISC |
| 3.0.0 | 3 years ago | 5.1 KB | ISC |
| 2.0.1 | 4 years ago | 5.1 KB | ISC |
| 2.0.0 | 4 years ago | 4.9 KB | ISC |
| 1.0.0 | 5 years ago | 3.4 KB | ISC |
Overview
proc-log is an npm package that just emit 'log' events on the process object. It is extremely widely used, with about 52.4M downloads per week and 2 known dependents in the graph. The latest version is 7.0.0, released under the ISC license.
Who should use it
Teams working in the npm ecosystem who need just emit 'log' events on the process object and value a battle-tested, widely-adopted solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Large, well-established user base (52.4M weekly downloads).
- Clear open-source license (ISC).
- Lean dependency tree (3 direct dependencies).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use proc-log?
Yes — proc-log scores well across adoption, maintenance, weight, supply chain, and licensing. 52.4M downloads per week and 2 known dependents. Last published 124 days ago. 3 releases in the last 2 years.
How do I install proc-log?
Run `npm install proc-log` to add proc-log to your npm project.
What license is proc-log released under?
proc-log is distributed under the ISC license.
How popular is proc-log?
proc-log has approximately 52,376,579 downloads per week and 2 known dependent packages.
Is proc-log still maintained?
The most recent release of proc-log (v7.0.0) was published 4 months ago.
Does proc-log run install scripts?
No. proc-log does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.