🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

actionsprofiler

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actionsprofiler - npm Package Compare versions

Comparing version
1.0.0
to
1.0.6
+13
-7
package.json
{
"name": "actionsprofiler",
"version": "1.0.0",
"version": "1.0.6",
"description": "CLI tool to analyze GitHub Actions workflow timing",

@@ -9,9 +9,15 @@ "bin": {

"optionalDependencies": {
"@abergs/actions-profiler-darwin-arm64": "1.0.0",
"@abergs/actions-profiler-darwin-x64": "1.0.0",
"@abergs/actions-profiler-linux-x64": "1.0.0",
"@abergs/actions-profiler-linux-arm64": "1.0.0",
"@abergs/actions-profiler-win32-x64": "1.0.0"
"@abergs/actions-profiler-darwin-arm64": "1.0.6",
"@abergs/actions-profiler-darwin-x64": "1.0.6",
"@abergs/actions-profiler-linux-x64": "1.0.6",
"@abergs/actions-profiler-linux-arm64": "1.0.6",
"@abergs/actions-profiler-win32-x64": "1.0.6"
},
"keywords": ["github", "actions", "profiler", "workflow", "timing"],
"keywords": [
"github",
"actions",
"profiler",
"workflow",
"timing"
],
"author": "Anders Åberg",

@@ -18,0 +24,0 @@ "license": "MIT",