Automic VaultAutomic Vault

brew

webpack を Homebrew, apt, Nix でインストール

webpack のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install webpack

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install webpack

Debian stable package indexes · webpack · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#webpack-cli

nixpkgs package indexes · pkgs/by-name/we/webpack-cli/package.nix · ソース: api.github.com

概要

パッケージ概要

Bundler for JavaScript and friends

コマンドとエイリアス

  • webpack
  • webpack-cli

履歴

プロジェクトの歴史と使われ方

webpack is a JavaScript module bundler that builds a dependency graph from application entry points and emits static assets for browsers and other targets. It became one of the defining tools of the 2010s front-end build era because it treated JavaScript, CSS, images, and other assets as modules connected by loaders and plugins.

プロジェクトの歴史

The public `webpack/webpack` repository was created on March 10, 2012. GitHub's ReadME Project recounts that Tobias Koppers created webpack while working on a master's thesis for web applications, beginning as an optimizer born from practical need and growing through collaboration with users.

webpack's core model is a static dependency graph. The official concepts documentation explains that webpack starts from one or more entry points, follows the modules an application needs, and combines them into bundles. That model fit the rise of CommonJS, AMD, ES modules, transpilation, CSS preprocessors, and single-page applications.

webpack 4, released in February 2018, lowered the barrier for common use by making a configuration file optional for simple bundles while preserving deep configurability. webpack 5 followed on October 10, 2020, with a major release focused on long-term caching, removals of deprecated behavior, new web-platform features, and development-experience improvements.

採用の歴史

webpack spread because it solved several front-end problems at once: bundling JavaScript for browsers, code splitting for on-demand loading, asset processing through loaders, optimization through plugins, and a configurable build pipeline that frameworks could wrap. The ReadME Project characterized it as used by millions of developers around the world.

Its adoption was reinforced by the surrounding loader/plugin ecosystem and by framework tooling that hid or generated webpack configurations. Even as newer tools such as Rollup, Parcel, esbuild, Vite, and Turbopack changed developer expectations, webpack remained significant in long-lived applications, enterprise build systems, and projects relying on its mature plugin surface.

webpack 5's Module Federation gave the project a second adoption story beyond classic bundling. The webpack 5 release notes describe Module Federation as allowing multiple webpack builds to work together at runtime, enabling independently built code to behave like a connected module graph.

使われ方

Developers use webpack by defining entry points, output settings, loaders, plugins, and mode-specific behavior, usually in `webpack.config.js` for non-trivial projects. Since webpack 4, simple projects can run without an explicit config, but package maintainers still recognize the config file as the center of serious webpack setups.

Common usage patterns include compiling modern JavaScript and TypeScript for browsers, bundling CSS and images with content hashes, splitting code by route, running development servers with hot updates, and generating optimized production assets. In larger systems, webpack configuration often becomes shared infrastructure owned by platform or build-tooling teams.

パッケージ好きにとっての重要性

webpack is package-nerd famous because it made `node_modules` and browser delivery collide at industrial scale. Its loader and plugin conventions shaped how npm packages advertise browser entry points, side effects, CSS handling, and asset behavior.

It is also a landmark in build-tool ergonomics: powerful enough to become the default, configurable enough to become notorious, and stable enough that newer tools are often explained by comparing what they simplify or replace from webpack-era workflows.

タイムライン

  • 2012-03-10: Public GitHub repository `webpack/webpack` created.
  • 2012: Tobias Koppers began webpack while working on a master's thesis for web applications.
  • 2018-02: webpack 4 released; configuration became optional for simple bundles.
  • 2020-10-10: webpack 5.0.0 released.
  • 2020: webpack 5 introduced Module Federation for connecting independently built webpack builds at runtime.
  • 2026-07-02: The GitHub API showed continued activity on the `webpack/webpack` repository.

Related projects

  • webpack is commonly discussed alongside Rollup, Parcel, Browserify, esbuild, Vite, Turbopack, Babel, TypeScript, and framework CLIs. Within webpack itself, webpack-cli, loaders, plugins, and Module Federation form much of the practical ecosystem.

セキュリティ状態

保護ツール対応はまだ見つかっていません

webpack に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
webpack.config.js

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
webpackcliグローバル実行可能ファイル
webpack-clicliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版5.109.0
マネージャ更新日2026-07-24
ローカルデータOK
上流not checked
検出された最新未検出

https://webpack.js.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:webpack
バージョン5.109.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/webpack
ホームページhttps://webpack.js.org/
リポジトリhttps://github.com/webpack/webpack
上流ドキュメントhttps://webpack.js.org/concepts
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/webpack/-/webpack-5.109.0.tgz
最終更新2026-07-24T22:00:09Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewebpack
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

webpack 5.97.1+dfsg1+~cs11.18.27-3

Packs CommonJs/AMD modules for the browser

https://github.com/webpack/webpack

sudo apt install webpack
  • Section: javascript
  • Architecture: all
  • Source Package: node-webpack
  • 31 依存関係
  • 9 提供
  • normalized package name match
  • 一致条件: Webpack
Debian stable package indexes · deb.debian.org · Debian stable package indexes: webpack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

webpack 5.76.1+dfsg1+~cs17.16.16-1

Packs CommonJs/AMD modules for the browser

https://github.com/webpack/webpack

sudo apt install webpack
  • Section: universe/javascript
  • Architecture: all
  • Source Package: node-webpack
  • 30 依存関係
  • 9 提供
  • normalized package name match
  • 一致条件: Webpack
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: webpack from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Nix92%

webpack-cli

nix profile install nixpkgs#webpack-cli
  • installed executable or alias match
  • 一致条件: Webpack Cli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/we/webpack-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment