New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gh-actions-stats

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-actions-stats - npm Package Compare versions

Comparing version 0.0.0-rc.45742b7 to 0.0.0-rc.64af49c

index.js

11

package.json
{
"name": "gh-actions-stats",
"version": "0.0.0-rc.45742b7",
"version": "0.0.0-rc.64af49c",
"description": "Simple cli helper to get stats on your Github Action usage",
"type": "module",
"bin": {
"gh-actions-stats": "dist/index.js"
"gh-actions-stats": "index.js"
},
"engines": {
"node": ">=12.20"
},
"keywords": [],

@@ -17,4 +21,2 @@ "author": "Julian Burr <hello@julianburr.de>",

"@octokit/rest": "^19.0.4",
"@types/node": "^18.7.13",
"@types/yargs": "^17.0.11",
"cli-table": "^0.3.11",

@@ -24,5 +26,4 @@ "colors": "^1.4.0",

"ora": "^6.1.2",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
}
}
# gh-actions-stats
Minimal cli to get stats on Gihub Actions usage
Minimal cli to get stats on Gihub Actions usage.
```bash
# See all available options
npx gh-actions-stats --help
# Get stats for all repos for the past 7 days
npx gh-actions-stats --token=$PAT --org=YourOrgName --days=7
# Get stats for specific repo
npx gh-actions-stats --token=$PAT --org=YourOrgName --repo=YourRepoName --days=7
# Get stats for advanced time range
# See https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates for syntax
npx gh-actions-stats --token=$PAT --org=YourOrgName --created=2022-01-01..2022-01-31
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc