Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

gigantum

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gigantum - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+1
-1
gigantum.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: gigantum
Version: 1.1.1
Version: 1.1.2
Summary: CLI for the Gigantum Platform

@@ -5,0 +5,0 @@ Home-page: https://github.com/gigantum/gigantum-cli

# Gigantum CLI Version
__version__ = "1.1.1"
__version__ = "1.1.2"

@@ -286,5 +286,5 @@ import sys

# Make sure volumes have mounted properly, by checking for the log file for up to 60 seconds
# Make sure volumes have mounted properly, by checking for the log file for up to timeout seconds
success = False
for _ in range(60):
for _ in range(timeout):
if os.path.exists(os.path.join(working_dir, '.labmanager', 'logs', 'labmanager.log')):

@@ -291,0 +291,0 @@ success = True

@@ -85,4 +85,8 @@ # Copyright (c) 2017 FlashX, LLC

# If driver has a build version, strip it because we don't match on that.
parts = driver_version.split('.')
driver_version = f"{parts[0]}.{parts[1]}"
except FileNotFoundError:
pass
return driver_version
Metadata-Version: 2.1
Name: gigantum
Version: 1.1.1
Version: 1.1.2
Summary: CLI for the Gigantum Platform

@@ -5,0 +5,0 @@ Home-page: https://github.com/gigantum/gigantum-cli