🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

acac-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acac-cli - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
+6
-6
package.json
{
"name": "acac-cli",
"version": "0.2.3",
"version": "0.2.4",
"description": "Show recent AtCoder AC history as a weekly ccusage-style table",

@@ -25,7 +25,7 @@ "keywords": [

"optionalDependencies": {
"acac-darwin-arm64": "0.2.3",
"acac-darwin-x64": "0.2.3",
"acac-linux-arm64": "0.2.3",
"acac-linux-x64": "0.2.3",
"acac-win32-x64": "0.2.3"
"acac-darwin-arm64": "0.2.4",
"acac-darwin-x64": "0.2.4",
"acac-linux-arm64": "0.2.4",
"acac-linux-x64": "0.2.4",
"acac-win32-x64": "0.2.4"
},

@@ -32,0 +32,0 @@ "engines": {

@@ -81,1 +81,12 @@ ![acac-cli](https://github.com/RyosukeDTomita/acac-cli/blob/main/assets/header.png)

If you use another environment, we would appreciate a request/PR on an Issue, but you can also set it up by referring to [For Developer Memo](#for-developer-memo).
### Supply chain / build transparency
For supply chain transparency, the distributed artifacts are produced as follows.
- All binaries are built on GitHub Actions from the [acac-cli](https://github.com/RyosukeDTomita/acac-cli) source. Nothing is published from a local machine.
- Linux (linux-x64 / linux-arm64) is a reproducible musl static build via Nix (`nix build .#static`).
- macOS / Windows are built on each OS's native runner with GHC 9.12.2 + cabal.
- Publishing to npm is done by CI **with provenance** (`--provenance`, OIDC trusted publishing). Each release can be verified back to the workflow run and commit it came from.
- Releases are cut from `v*.*.*` tags using GitHub **Immutable Releases** (the release is created by the CI bot, not by hand).
- Platform binaries are distributed as `acac-<os>-<arch>` `optionalDependency` packages, so the main package has no runtime dependencies.