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

elg

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elg - npm Package Compare versions

Comparing version
0.4.15
to
0.4.16
+1
-1
elg.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: elg
Version: 0.4.15
Version: 0.4.16
Summary: Use the European Language Grid in your Python projects

@@ -5,0 +5,0 @@ Home-page: https://gitlab.com/european-language-grid/platform/python-client

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

__version__ = "0.4.15"
__version__ = "0.4.16"

@@ -3,0 +3,0 @@ import importlib.util

@@ -144,3 +144,3 @@ import hashlib

downloads = None
size = get_information(id, record, ["management_object", "size"])
size = get_information(id, record, ["management_object", "size"], none=True)
service_execution_count = None

@@ -167,3 +167,3 @@ status = get_information(id, record, ["management_object", "status"])

downloads = None
size = get_information(id, record, ["management_object", "size"])
size = get_information(id, record, ["management_object", "size"], none=True)
service_execution_count = None

@@ -193,3 +193,3 @@ status = get_information(id, record, ["management_object", "status"])

downloads = None
size = get_information(id, record, ["management_object", "size"])
size = get_information(id, record, ["management_object", "size"], none=True)
service_execution_count = None

@@ -196,0 +196,0 @@ status = get_information(id, record, ["management_object", "status"])

Metadata-Version: 2.1
Name: elg
Version: 0.4.15
Version: 0.4.16
Summary: Use the European Language Grid in your Python projects

@@ -5,0 +5,0 @@ Home-page: https://gitlab.com/european-language-grid/platform/python-client

@@ -5,3 +5,3 @@ from setuptools import find_packages, setup

name="elg",
version="0.4.15",
version="0.4.16",
author="ELG Technical Team",

@@ -8,0 +8,0 @@ url="https://gitlab.com/european-language-grid/platform/python-client",