Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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 - npm Package Compare versions

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

@@ -24,3 +24,3 @@ Home-page: https://github.com/jiri-otoupal/abst

Requires-Dist: inquirerpy
Requires-Dist: oci==2.95.0
Requires-Dist: oci==2.126.0
Requires-Dist: lastversion

@@ -27,0 +27,0 @@ Requires-Dist: semantic_version

click
rich
inquirerpy
oci==2.95.0
oci==2.126.0
lastversion

@@ -6,0 +6,0 @@ semantic_version

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

__version__ = "2.3.56"
__version__ = "2.3.57"
__author__ = "Jiri Otoupal"

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

@@ -98,3 +98,3 @@ import datetime

self.delete_bastion_session(sess_id, region)
print(f"Removed Session {self.get_print_name()}")
print(f"Preparing to remove session {self.get_print_name()}")
self.active_tunnel.send_signal(signal.SIGTERM)

@@ -101,0 +101,0 @@ except Exception:

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

@@ -24,3 +24,3 @@ Home-page: https://github.com/jiri-otoupal/abst

Requires-Dist: inquirerpy
Requires-Dist: oci==2.95.0
Requires-Dist: oci==2.126.0
Requires-Dist: lastversion

@@ -27,0 +27,0 @@ Requires-Dist: semantic_version

@@ -29,3 +29,3 @@ #!/usr/pycrosskit/env python3

python_requires=">=3.7,<4",
install_requires=["click", "rich", "inquirerpy", "oci==2.95.0", "lastversion",
install_requires=["click", "rich", "inquirerpy", "oci==2.126.0", "lastversion",
"semantic_version", "pyperclip",

@@ -32,0 +32,0 @@ "bext", "deepmerge~=1.1.1"],