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

abst

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abst - pypi Package Compare versions

Comparing version
2.3.51
to
2.3.52
+1
-1
abst.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: abst
Version: 2.3.51
Version: 2.3.52
Summary: CLI Command making OCI Bastion and kubernetes usage simple and fast

@@ -5,0 +5,0 @@ Home-page: https://github.com/jiri-otoupal/abst

@@ -13,3 +13,3 @@ """

__version__ = "2.3.51"
__version__ = "2.3.52"
__author__ = "Jiri Otoupal"

@@ -16,0 +16,0 @@ __author_email__ = "jiri-otoupal@ips-database.eu"

@@ -94,5 +94,7 @@ import os

_config = Bastion.load_config()
current_version = semantic_version.Version(_config["changelog-version"])
change_log_config = _config.get("changelog-version", "0.0.1")
current_version = semantic_version.Version(change_log_config)
package_version = semantic_version.Version(__version__)
if (_config.get("changelog-version", None) is None or current_version < package_version) and __change_log__:
if (change_log_config is None or current_version < package_version) and __change_log__:
_config["changelog-version"] = __version__

@@ -99,0 +101,0 @@ Bastion.write_creds_json(_config, default_conf_path)

Metadata-Version: 2.1
Name: abst
Version: 2.3.51
Version: 2.3.52
Summary: CLI Command making OCI Bastion and kubernetes usage simple and fast

@@ -5,0 +5,0 @@ Home-page: https://github.com/jiri-otoupal/abst