keygrip
npmv1.1.0Key signing and verification for rotated credentials
Not recommended for new projects
No — keygrip should not be adopted for new projects. Last published 2682 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 2682 days ago.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 15 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 4 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 keygrip 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.
Licenses in the dependency tree
Every license you inherit by installing keygrip, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >= 0.6
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the keygrip README.
keys = new Keygrip(["SEKRIT2", "SEKRIT1"])
keys = Keygrip(["SEKRIT2", "SEKRIT1"])
keys = require("keygrip")()
keys = Keygrip(["SEKRIT2", "SEKRIT1"], 'sha256', 'hex')
keys = Keygrip(["SEKRIT2", "SEKRIT1"], 'sha256')
keys = Keygrip(["SEKRIT2", "SEKRIT1"], undefined, 'hex')Dependencies
Declared by keygrip v1.1.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (2)
Used by
Popular packages that depend on keygrip.
Relationship graph
Dependencies (left) and dependents (right) of keygrip.
Frequently installed together
Release history
No releases in the last two years, typically about 106 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.0latest | 7 years ago | 7.3 KB | MIT |
| 1.0.3 | 8 years ago | 7.7 KB | MIT |
| 1.0.2 | 9 years ago | — | MIT |
| 1.0.1 | 12 years ago | — | MIT |
| 1.0.0 | 12 years ago | — | MIT |
| 0.2.4 | 13 years ago | — | MIT |
| 0.2.3 | 13 years ago | — | MIT |
| 0.2.2 | 14 years ago | — | MIT |
| 0.2.1 | 14 years ago | — | MIT |
| 0.2.0 | 14 years ago | — | MIT |
| 0.1.7 | 15 years ago | — | MIT |
| 0.1.6 | 15 years ago | — | MIT |
| 0.1.3 | 15 years ago | — | MIT |
| 0.1.2 | 15 years ago | — | MIT |
| 0.1.1 | 15 years ago | — | MIT |
Overview
keygrip is an npm package that key signing and verification for rotated credentials. It has 1 known dependents in the graph. The latest version is 1.1.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need key signing and verification for rotated credentials 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).
- 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 keygrip?
No — keygrip should not be adopted for new projects. Last published 2682 days ago.
How do I install keygrip?
Run `npm install keygrip` to add keygrip to your npm project.
How many dependencies does keygrip have?
keygrip declares 3 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 15 KB on disk.
What license is keygrip released under?
keygrip is distributed under the MIT license.
How popular is keygrip?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on keygrip.
Is keygrip still maintained?
The most recent release of keygrip (v1.1.0) was published 7 years ago.
Does keygrip run install scripts?
No. keygrip does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.