🚀 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.4
to
0.2.5
+6
-6
package.json
{
"name": "acac-cli",
"version": "0.2.4",
"version": "0.2.5",
"description": "Show recent AtCoder AC history as a weekly ccusage-style table",

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

"optionalDependencies": {
"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"
"acac-darwin-arm64": "0.2.5",
"acac-darwin-x64": "0.2.5",
"acac-linux-arm64": "0.2.5",
"acac-linux-x64": "0.2.5",
"acac-win32-x64": "0.2.5"
},

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

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

[![release](https://github.com/RyosukeDTomita/acac-cli/actions/workflows/release.yml/badge.svg)](https://github.com/RyosukeDTomita/acac-cli/actions/workflows/release.yml)
[![npm downloads](https://img.shields.io/npm/dw/acac-cli.svg)](https://www.npmjs.com/package/acac-cli)
[![npm downloads](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/RyosukeDTomita/acac-cli/badges/downloads.json)](https://www.npmjs.com/package/acac-cli)
[![Socket score](https://socket.dev/api/badge/npm/package/acac-cli)](https://socket.dev/npm/package/acac-cli)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/RyosukeDTomita/acac-cli/badge)](https://scorecard.dev/viewer/?uri=github.com/RyosukeDTomita/acac-cli)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

@@ -14,3 +15,3 @@

A CLI tool written in [Haskell](https://www.haskell.org/) for checking your recent AtCoder AC count and the problems you solved, from the command line.
A CLI tool written in [Haskell](https://www.haskell.org/) for checking your recent [AtCoder](https://atcoder.jp/) AC count and the problems you solved, from the command line.

@@ -93,2 +94,3 @@ Inspired by [ccusage](https://ccusage.com/).

- Releases are cut from `v*.*.*` tags using GitHub **Immutable Releases** (the release is created by the CI bot, not by hand).
- Each GitHub Release binary is **signed with cosign (keyless)** — every `acac-<os>-<arch>` ships an accompanying `.sig` (signature) and `.pem` (certificate), plus a `acac.intoto.jsonl` SLSA **provenance** attestation for the release. This is what OpenSSF Scorecard's `Signed-Releases` checks (Immutable Releases and npm provenance alone do not satisfy it).
- Platform binaries are distributed as `acac-<os>-<arch>` `optionalDependency` packages, so the main package has no runtime dependencies.