Automic VaultAutomic Vault

brew

js-beautify を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install js-beautify

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#js-beautify

nixpkgs package indexes · pkgs/by-name/js/js-beautify/package.nix · ソース: api.github.com

概要

パッケージ概要

JavaScript, CSS and HTML unobfuscator and beautifier

コマンドとエイリアス

  • css-beautify
  • html-beautify
  • js-beautify

履歴

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

JS Beautifier, distributed as js-beautify, is a formatter and de-obfuscation tool for JavaScript, JSON, CSS, SCSS, HTML, and related web syntaxes. It predates the formatter monoculture around Prettier and remains a familiar CLI and web tool for turning minified or packed frontend code back into readable source.

プロジェクトの歴史

The GitHub repository was created in December 2008, and the README describes the tool as a way to reformat bookmarklets, ugly JavaScript, scripts packed by Dean Edwards' packer, and output from JavaScript obfuscators. The project grew from JavaScript beautification into a multi-language web-source formatter with command-line binaries for JavaScript, CSS, and HTML.

The npm package history begins in July 2012 and shows steady releases across the 1.x line for more than a decade. The project also maintains beautifier.io as the browser-facing interface, making the same lineage visible both to CLI users and to developers pasting code into an online beautifier.

採用の歴史

JS Beautifier spread through npm, Homebrew, and direct browser use because it solved a common web-development task before formatter-on-save workflows were standard. Its GitHub repository has thousands of stars and many forks, and the package-manager footprint reflects long-lived demand for a simple beautify/unobfuscate command.

使われ方

The CLI is used to re-indent source files, inspect minified production JavaScript, normalize generated HTML or CSS, and run formatter settings from a .jsbeautifyrc file. It is more of a readability and recovery tool than a modern opinionated style enforcer.

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

js-beautify is significant because it captures an earlier era of JavaScript tooling: before bundlers, minifiers, linters, and opinionated formatters all converged into modern frontend toolchains, a small beautifier package could become infrastructure for editors, web tools, distro packages, and debugging workflows.

タイムライン

  • 2008: GitHub repository created for js-beautify.
  • 2012: npm package publication history began with 0.1.8.
  • 2013: 1.x releases established the package as a stable CLI-era JavaScript beautifier.
  • 2024: 1.15.0 shipped in the long-running 1.x release line.
  • 2026: 2.x releases appeared on npm and the beautifier.io interface identified itself with the 2.x line.

Related projects

  • Related projects include beautifier.io, the Python jsbeautifier distribution, Prettier, ESLint formatting workflows, Dean Edwards' packer, and other source beautifiers embedded in editors and web debugging tools.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • 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
.jsbeautifyrc

実行可能ファイル

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

コマンド種類公開範囲メモ
css-beautifycliグローバル実行可能ファイル
html-beautifycliグローバル実行可能ファイル
js-beautifycliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

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

https://beautifier.io

  • 情報Release/tag comparison is only available for GitHub repositories.https://beautifier.io信頼度 none

インストールメタデータ

パッケージメタデータ

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

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejs-beautify
Version Scheme0
Revision0
Conflicts With
  • jsbeautifier
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Nix95%

js-beautify

nix profile install nixpkgs#js-beautify
  • normalized package name match
  • 一致条件: Js Beautify
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/js/js-beautify/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