You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

domolibrary

Package Overview
Dependencies
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domolibrary - pypi Package Compare versions

Comparing version
4.5.16
to
4.5.17
+1
-1
domolibrary.egg-info/PKG-INFO
Metadata-Version: 2.2
Name: domolibrary
Version: 4.5.16
Version: 4.5.17
Home-page: https://github.com/jaewilson07/domo_library

@@ -5,0 +5,0 @@ Author: Jae Wilson

@@ -1,1 +0,1 @@

__version__ = "4.5.16"
__version__ = "4.5.17"

@@ -365,3 +365,3 @@ # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/classes/50_DomoAccount_Credential.ipynb.

self.target_access_token = next(
(dat for dat in domo_access_tokens if dat and (dat.name.lower() == token_name.lower())),
(dat for dat in domo_access_tokens if dat and (dat.name and dat.name.lower() == token_name.lower())),
None,

@@ -368,0 +368,0 @@ )

@@ -19,2 +19,4 @@ # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/classes/50_DomoInstanceConfig_InstanceSwitcher.ipynb.

import asyncio
# %% ../../nbs/classes/50_DomoInstanceConfig_InstanceSwitcher.ipynb 6

@@ -113,3 +115,4 @@ @dataclass

debug_num_stacks_to_drop=2,
timeout: int = 60
timeout: int = 60,
wait: int = 5
):

@@ -136,2 +139,4 @@ """overwrite existing mapping and sets mapping_ls as new mapping"""

await asyncio.sleep(wait)
return await self.get_mapping(

@@ -147,3 +152,4 @@ session=session, debug_api=debug_api

debug_num_stacks_to_drop=2,
timeout: int = 20
timeout: int = 20,
wait: int = 5
):

@@ -168,3 +174,4 @@ """takes mapping_ls and adds to existing mapping"""

debug_num_stacks_to_drop=debug_num_stacks_to_drop + 1,
timeout=timeout
timeout=timeout,
wait=wait
)
Metadata-Version: 2.2
Name: domolibrary
Version: 4.5.16
Version: 4.5.17
Home-page: https://github.com/jaewilson07/domo_library

@@ -5,0 +5,0 @@ Author: Jae Wilson

@@ -8,3 +8,3 @@ [DEFAULT]

lib_name = domolibrary
version = 4.5.16
version = 4.5.17
min_python = 3.9

@@ -11,0 +11,0 @@ license = apache2