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.4.0
to
3.4.1
+1
-1
PKG-INFO
Metadata-Version: 2.2
Name: utf-cleaner
Version: 3.4.0
Version: 3.4.1
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.4.0",
version="3.4.1",
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.4.0
Version: 3.4.1
Summary: A powerful package that removes non-UTF characters from strings.

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

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

import gits
from cleaner import UTFStringCleaner
from .cleaner import UTFStringCleaner