jest-docblock
npmv30.5.0TypeScript`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.
Safe to adopt
Yes — jest-docblock scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 13 days ago. 12 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 13 days ago. 12 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 14 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 5 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 jest-docblock 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 jest-docblock, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0
- Module format
- ESM + CommonJS
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the jest-docblock README.
const code = `
/**
* Everything is awesome!
*
* @everything is:awesome
* @flow
*/
export const everything = Object.create(null);
export default function isAwesome(something) {
return something === everything;
}
`;
Dependencies
Declared by jest-docblock v30.5.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (1)
Used by
Popular packages that depend on jest-docblock.
Relationship graph
Dependencies (left) and dependents (right) of jest-docblock.
Frequently installed together
This packages is a collection of utilities and helper functions
TypeScript execution environment and REPL for node.js, with source map support
TypeScript definitions for node
No description provided.
Transpile JSX, TypeScript and esnext features on the fly with esbuild
A drop-in replacement for fs, making various improvements.
This package contains shared types of Jest's packages.
No description provided.
Run multiple promise-returning & async functions with limited concurrency
An extremely fast JavaScript and CSS bundler and minifier.
No description provided.
Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
Release history
12 releases in the last two years, typically about 18 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 30.5.0latest | 13 days ago | 9.7 KB | MIT |
| 30.4.0 | 4 months ago | 9.7 KB | MIT |
| 30.2.0 | 11 months ago | 10 KB | MIT |
| 30.0.1 | 1 year ago | 9.7 KB | MIT |
| 30.0.0 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-rc.1 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-beta.8 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-beta.7 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-beta.6 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-beta.3 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-beta.1 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-alpha.7 | 1 year ago | 9.7 KB | MIT |
| 30.0.0-alpha.6 | 2 years ago | 9.7 KB | MIT |
| 30.0.0-alpha.5 | 2 years ago | 9.7 KB | MIT |
| 30.0.0-alpha.4 | 2 years ago | 9.7 KB | MIT |
Overview
jest-docblock is an npm package that `jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file. It has 2 known dependents in the graph. The latest version is 30.5.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need `jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
- Lean dependency tree (2 direct dependencies).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use jest-docblock?
Yes — jest-docblock scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 13 days ago. 12 releases in the last 2 years.
How do I install jest-docblock?
Run `npm install jest-docblock` to add jest-docblock to your npm project.
How many dependencies does jest-docblock have?
jest-docblock declares 2 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 14 KB on disk.
What license is jest-docblock released under?
jest-docblock is distributed under the MIT license.
How popular is jest-docblock?
npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on jest-docblock.
Is jest-docblock still maintained?
The most recent release of jest-docblock (v30.5.0) was published 13 days ago.
Does jest-docblock run install scripts?
No. jest-docblock does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.