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

mdk

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdk - npm Package Compare versions

Comparing version
5.7.2
to
5.7.3
+1
-1
mdk.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: mdk
Version: 5.7.2
Version: 5.7.3
Summary: a docker-compose helper

@@ -5,0 +5,0 @@ Home-page: https://matician.com/

@@ -82,5 +82,2 @@ """mdk utility functions & classes"""

# find global user conf
self.conf_paths.append(Path.home()/CONFIG_EXTENSION_USER_PATH)
# find nearest config file & sibling ext conf (add "_" to cwd b/c cwd().parents doesn't include cwd)

@@ -96,2 +93,5 @@ for dir_path in (Path().cwd()/"_").parents:

# find global user conf
self.conf_paths.append(Path.home()/CONFIG_EXTENSION_USER_PATH)
# load our configuration as a list of dicts, later configs override earlier ones

@@ -98,0 +98,0 @@ self.conf_data = [json.load(open(path)) for path in self.conf_paths if path.is_file()]

Metadata-Version: 2.1
Name: mdk
Version: 5.7.2
Version: 5.7.3
Summary: a docker-compose helper

@@ -5,0 +5,0 @@ Home-page: https://matician.com/