tapable
npmv2.3.3TypeScriptJust 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.
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.
Compatibility
- Node.js
- node >=6
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the tapable 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)
Used by
Popular packages that depend on tapable.
Offers a async require.resolve function. It's highly configurable.
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Relationship graph
Dependencies (left) and dependents (right) of tapable.
Frequently installed together
An AST-based pattern checker for JavaScript.
Prettier is an opinionated code formatter
🔎 A simple, tiny and lightweight benchmarking library!
A drop-in replacement for fs, making various improvements.
TypeScript definitions for node
ECMAScript parser
TypeScript definitions for estree
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Lodash modular utilities.
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
Offers a async require.resolve function. It's highly configurable.
Release history
6 releases in the last two years, typically about 52 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.3.3latest | 4 months ago | 72 KB | MIT |
| 2.3.2 | 5 months ago | 47 KB | MIT |
| 2.3.1 | 5 months ago | 47 KB | MIT |
| 2.3.0 | 11 months ago | 47 KB | MIT |
| 2.2.3 | 1 year ago | 47 KB | MIT |
| 2.2.2 | 1 year ago | 46 KB | MIT |
| 2.2.1 | 5 years ago | 46 KB | MIT |
| 2.2.0 | 5 years ago | 46 KB | MIT |
| 2.1.1 | 5 years ago | 45 KB | MIT |
| 2.1.0 | 5 years ago | 45 KB | MIT |
| 2.0.0 | 6 years ago | 44 KB | MIT |
| 2.0.0-beta.11 | 6 years ago | 44 KB | MIT |
| 2.0.0-beta.10 | 6 years ago | 44 KB | MIT |
| 2.0.0-beta.9 | 6 years ago | 44 KB | MIT |
| 2.0.0-beta.8 | 7 years ago | 43 KB | MIT |
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.
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.