</>PackageGraphPackageGraph

verror

npmv1.10.1

richer JavaScript errors

Not recommended for new projects

No — verror should not be adopted for new projects. Last published 1772 days ago.

  • AAdoption: grade A, Excellent.

    19.8M downloads per week and 1 known dependents.

  • FMaintenance: grade F, Failing.

    Last published 1772 days ago.

  • AWeight: grade A, Excellent.

    Pulls in 3 transitive packages, about 64 KB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

    No install scripts, 14 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — 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 verror to a project.

3
Direct dependencies

Runtime packages this one declares itself.

3
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

64 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

MIT

Every license you inherit by installing verror, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=0.6.0
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the verror README.

javascriptFull README ↗
var err = new VError('missing file: "%s"', '/etc/passwd');
console.log(err.message);

verror vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
verrorthis page19.8M1MIT4 years ago
make-error01ISC1 day ago
graceful-fs024ISC1 day ago
stacktrace-parser04MIT1 day ago
http-errors149.4M7MIT1 day ago
es-errors015MIT1 day ago

Dependencies

Declared by verror v1.10.1. Runtime dependencies are installed with the package; dev dependencies are not.

Runtime (3)

Used by

Popular packages that depend on verror.

Relationship graph

Dependencies (left) and dependents (right) of verror.

extsprintfassert-plusjsprimverror
verror dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 57 days apart.

Recent versions of verror
VersionPublishedSizeLicense
1.10.1latest4 years ago35 KBMIT
1.10.09 years agoMIT
1.9.09 years agoMIT
1.8.110 years agoMIT
1.8.010 years agoMIT
1.7.010 years agoMIT
1.6.110 years agoMIT
1.6.011 years agoMIT
1.5.111 years agoMIT
1.5.011 years agoMIT
1.4.012 years agoMIT
1.3.712 years agoMIT
1.3.613 years agoMIT
1.3.513 years agoMIT
1.3.414 years agoMIT

Overview

verror is an npm package that richer JavaScript errors. It is extremely widely used, with about 19.8M downloads per week and 1 known dependents in the graph. The latest version is 1.10.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need richer JavaScript errors 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 (19.8M weekly downloads).
  • Clear open-source license (MIT).
  • 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

Keywords

Frequently asked questions

Should I use verror?

No — verror should not be adopted for new projects. Last published 1772 days ago.

How do I install verror?

Run `npm install verror` to add verror to your npm project.

How many dependencies does verror have?

verror declares 3 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 64 KB on disk.

What license is verror released under?

verror is distributed under the MIT license.

How popular is verror?

verror has approximately 19,826,227 downloads per week and 1 known dependent packages.

Is verror still maintained?

The most recent release of verror (v1.10.1) was published 4 years ago.

Does verror run install scripts?

No. verror does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.