You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

mygithub.libinneed.workers.dev/stackitcloud/stackit-cli

Package Overview
Dependencies
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mygithub.libinneed.workers.dev/stackitcloud/stackit-cli - go Package Compare versions

Comparing version
v0.4.0-prerelease.4
to
v0.4.0-prerelease.5
+0
-4
internal/pkg/print/print.go

@@ -7,3 +7,2 @@ package print

"fmt"
"runtime"

@@ -169,5 +168,2 @@ "log/slog"

pagerCmd := exec.Command("less", "-F", "-S", "-w")
if runtime.GOOS == "windows" {
pagerCmd = exec.Command("more")
}

@@ -174,0 +170,0 @@ pagerCmd.Stdin = strings.NewReader(content)