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.81d26d4

1

dist/index.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

2

package.json
{
"name": "gh-actions-stats",
"version": "0.0.0-rc.45742b7",
"version": "0.0.0-rc.81d26d4",
"description": "Simple cli helper to get stats on your Github Action usage",

@@ -5,0 +5,0 @@ "bin": {

# 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