</>PackageGraphPackageGraph

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.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

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

14 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

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;
 }
`;
Example truncated — see the full README.

Dependencies

Declared by jest-docblock v30.5.0. Runtime dependencies are installed with the package; dev dependencies are not.

Used by

Popular packages that depend on jest-docblock.

Relationship graph

Dependencies (left) and dependents (right) of jest-docblock.

detect-newlinejest-runnerjest-configjest-docblock
jest-docblock dependencies dependents

Frequently installed together

Release history

12 releases in the last two years, typically about 18 days apart.

Recent versions of jest-docblock
VersionPublishedSizeLicense
30.5.0latest13 days ago9.7 KBMIT
30.4.04 months ago9.7 KBMIT
30.2.011 months ago10 KBMIT
30.0.11 year ago9.7 KBMIT
30.0.01 year ago9.7 KBMIT
30.0.0-rc.11 year ago9.7 KBMIT
30.0.0-beta.81 year ago9.7 KBMIT
30.0.0-beta.71 year ago9.7 KBMIT
30.0.0-beta.61 year ago9.7 KBMIT
30.0.0-beta.31 year ago9.7 KBMIT
30.0.0-beta.11 year ago9.7 KBMIT
30.0.0-alpha.71 year ago9.7 KBMIT
30.0.0-alpha.62 years ago9.7 KBMIT
30.0.0-alpha.52 years ago9.7 KBMIT
30.0.0-alpha.42 years ago9.7 KBMIT

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.

Maintainers

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.