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

@@ -12,7 +12,7 @@ "bin": {

"optionalDependencies": {
"acac-darwin-arm64": "0.2.0",
"acac-darwin-x64": "0.2.0",
"acac-linux-arm64": "0.2.0",
"acac-linux-x64": "0.2.0",
"acac-win32-x64": "0.2.0"
"acac-darwin-arm64": "0.2.1",
"acac-darwin-x64": "0.2.1",
"acac-linux-arm64": "0.2.1",
"acac-linux-x64": "0.2.1",
"acac-win32-x64": "0.2.1"
},

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

+16
-13

@@ -5,2 +5,4 @@ # ACAC-CLI

[![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)
[![Socket score](https://socket.dev/api/badge/npm/package/acac-cli)](https://socket.dev/npm/package/acac-cli)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

@@ -22,13 +24,2 @@

The following binaries are built.
- Linux
- linux-x64
- linux-arm64
- macOS
- darwin-arm64
- darwin-x64
- Windows
- win32-x64
```shell

@@ -73,4 +64,16 @@ npx acac-cli <atcoder-username>

### Others
### supported
WIP
The following binaries are built.
| OS | binary type | Verified on real device |
| ------- | ------------ | ----------------------- |
| Linux | linux-x64 | ✅ |
| Linux | linux-arm64 | |
| macOS | darwin-arm64 | ✅ |
| macOS | darwin-x64 | |
| Windows | win32-x64 | ✅ |
If you have verified acac on a real device other than the ✅ ones, please let us know via an [Issue](https://github.com/RyosukeDTomita/acac/issues).
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).