</>PackageGraphPackageGraph

http-signature

npmv1.4.0

Reference implementation of Joyent's HTTP Signature scheme.

Adopt with care

http-signature is usable, with caveats. Last published 980 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • DMaintenance: grade D, Poor — a real concern.

    Last published 980 days ago.

  • AWeight: grade A, Excellent.

    Pulls in 4 transitive packages, about 335 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 8 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 http-signature to a project.

3
Direct dependencies

Runtime packages this one declares itself.

4
Total installed

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

335 KB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

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

Compatibility

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

Quick start

A usage example from the http-signature README.

var fs = require('fs');
var https = require('https');
var httpSignature = require('http-signature');

var key = fs.readFileSync('./key.pem', 'ascii');

var options = {
  host: 'localhost',
  port: 8443,
  path: '/',
  method: 'GET',
  headers: {}
};
Example truncated — see the full README.

http-signature vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
http-signaturethis page01MIT2 years ago
undici015MIT2 hours ago
pac-proxy-agent01MIT2 hours ago
@mswjs/interceptors01MIT2 hours ago
make-fetch-happen43.3M1ISC2 hours ago
node-forge36M5(BSD-3-Clause OR GPL-2.0)2 hours ago

Dependencies

Declared by http-signature v1.4.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (2)

tap 0.4.2uuid ^2.0.2

Used by

Popular packages that depend on http-signature.

Relationship graph

Dependencies (left) and dependents (right) of http-signature.

assert-plusjsprimsshpkrequesthttp-signature
http-signature dependencies dependents

Frequently installed together

Release history

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

Recent versions of http-signature
VersionPublishedSizeLicense
1.4.0latest2 years ago38 KBMIT
1.3.64 years ago40 KBMIT
1.3.55 years ago40 KBMIT
1.3.46 years ago37 KBMIT
1.3.36 years ago36 KBMIT
1.3.26 years ago34 KBMIT
1.3.16 years ago34 KBMIT
1.3.06 years ago48 KBMIT
1.2.09 years agoMIT
1.1.110 years agoMIT
1.1.010 years agoMIT
1.0.210 years agoMIT
1.0.110 years agoMIT
1.0.010 years agoMIT
0.11.011 years agoMIT

Overview

http-signature is an npm package that reference implementation of Joyent's HTTP Signature scheme. It has 1 known dependents in the graph. The latest version is 1.4.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need reference implementation of Joyent's HTTP Signature scheme and value a focused 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

  • Clear open-source license (MIT).

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 http-signature?

http-signature is usable, with caveats. Last published 980 days ago.

How do I install http-signature?

Run `npm install http-signature` to add http-signature to your npm project.

How many dependencies does http-signature have?

http-signature declares 5 direct dependencies and pulls in 4 packages in total once its runtime tree is resolved totalling about 335 KB on disk.

What license is http-signature released under?

http-signature is distributed under the MIT license.

How popular is http-signature?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on http-signature.

Is http-signature still maintained?

The most recent release of http-signature (v1.4.0) was published 2 years ago.

Does http-signature run install scripts?

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