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.2
to
v0.4.0-prerelease.3
+2
-1
internal/pkg/print/print.go

@@ -172,3 +172,4 @@ package print

if err != nil {
return fmt.Errorf("run less command: %w", err)
p.Debug(ErrorLevel, "run less command: %v", err)
p.Outputln(content)
}

@@ -175,0 +176,0 @@ return nil