
Security News
Node.js Considers Public Workflow for Security Reports Amid AI-Driven Surge
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.
直近の AtCoder の AC 履歴を週ごとのテーブルで表示する CLI。
npx acac-cli <atcoder-username>
パッケージ名は
acac-cli。素のacacは npm の名前類似ガードで publish 不可だったためacac-cliにしている。インストールされるコマンド名はacac。
esbuild / ccusage と同じ、プラットフォーム別パッケージ方式。
acac は薄い JS シム(bin/cli.js)だけを持つ。optionalDependencies にプラットフォーム別パッケージ(acac-linux-x64 など)を宣言し、
npm が現在の os/cpu に合うものだけを自動インストールする。bin/cli.js が acac-<platform>-<arch>/bin/acac を require.resolve して起動する。詳細な設計判断は docs/adr/0005-npm-distribution-optional-dependencies.md を参照。
acac-linux-x64)。他環境では実行時にエラーで停止する。nix build .#static
mkdir -p npm/packages/linux-x64/bin
install -m 0755 result/bin/acac npm/packages/linux-x64/bin/acac
node npm/bin/cli.js <atcoder-username> # require.resolve できるよう npm i 後に実行
FAQs
Show recent AtCoder AC history as a weekly ccusage-style table
The npm package acac-cli receives a total of 34 weekly downloads. As such, acac-cli popularity was classified as not popular.
We found that acac-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.