</>PackageGraphPackageGraph

tapable

npmv2.3.3TypeScript

Just a little module for plugins.

Safe to adopt

Yes — tapable scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 141 days ago. 6 releases in the last 2 years.

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

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 141 days ago. 6 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 72 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 6 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 tapable to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

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

72 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=6
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the tapable README.

javascriptFull README ↗
const {
	AsyncParallelBailHook,
	AsyncParallelHook,
	AsyncSeriesBailHook,
	AsyncSeriesHook,
	AsyncSeriesWaterfallHook,
	SyncBailHook,
	SyncHook,
	SyncLoopHook,
	SyncWaterfallHook
} = require("tapable");

Dependencies

Declared by tapable v2.3.3. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (13)

@babel/core ^7.4.4@babel/preset-env ^7.4.4@changesets/cli ^2.31.0@changesets/get-github-info ^0.8.0@codspeed/core ^5.3.0@stylistic/eslint-plugin ^5.2.3babel-jest ^30.3.0eslint ^9.28.0eslint-config-webpack ^4.6.3jest ^30.3.0prettier ^3.8.3prettier-1 npm:prettier@^1tinybench ^6.0.0

Used by

Popular packages that depend on tapable.

Relationship graph

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

enhanced-resolvewebpacktapable
tapable dependencies dependents

Frequently installed together

Release history

6 releases in the last two years, typically about 52 days apart.

Recent versions of tapable
VersionPublishedSizeLicense
2.3.3latest4 months ago72 KBMIT
2.3.25 months ago47 KBMIT
2.3.15 months ago47 KBMIT
2.3.011 months ago47 KBMIT
2.2.31 year ago47 KBMIT
2.2.21 year ago46 KBMIT
2.2.15 years ago46 KBMIT
2.2.05 years ago46 KBMIT
2.1.15 years ago45 KBMIT
2.1.05 years ago45 KBMIT
2.0.06 years ago44 KBMIT
2.0.0-beta.116 years ago44 KBMIT
2.0.0-beta.106 years ago44 KBMIT
2.0.0-beta.96 years ago44 KBMIT
2.0.0-beta.87 years ago43 KBMIT

Overview

tapable is an npm package that just a little module for plugins. It has 2 known dependents in the graph. The latest version is 2.3.3, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need just a little module for plugins 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).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Funding

Frequently asked questions

Should I use tapable?

Yes — tapable scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 141 days ago. 6 releases in the last 2 years.

How do I install tapable?

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

What license is tapable released under?

tapable is distributed under the MIT license.

How popular is tapable?

npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on tapable.

Is tapable still maintained?

The most recent release of tapable (v2.3.3) was published 4 months ago.

Does tapable run install scripts?

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