New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ihttpy

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

ihttpy - pypi Package Compare versions

Comparing version
2.0.5
to
2.0.6
+1
-1
ihttpy.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: ihttpy
Version: 2.0.5
Version: 2.0.6
Summary: A http server with fluent interface decorators, and plain text configuration

@@ -5,0 +5,0 @@ Home-page: https://github.com/irusland/httpserver

@@ -15,7 +15,6 @@ from ihttpy.requests.response import Response

(err.body or err.reason).encode('utf-8'))]
except AttributeError:
except Exception as e:
Logger.error(f'Error during err creation', e)
res = [Response.build_err_res(500, b'Internal Server Error',
b'Internal Server Error')]
except Exception as e:
Logger.error(f'Error during err creation', e)
Response.send_response(connection, *res)

@@ -72,2 +72,3 @@ import inspect

page.handlers[m] = func
page.func_names[m.to_simple_str()] = func.__name__
else:

@@ -74,0 +75,0 @@ handler = {

@@ -52,3 +52,2 @@ import os

reg_rep = re.compile(replaced)
print(key, replaced, reg_rep, sep='\n')
return reg_rep

@@ -55,0 +54,0 @@

Metadata-Version: 2.1
Name: ihttpy
Version: 2.0.5
Version: 2.0.6
Summary: A http server with fluent interface decorators, and plain text configuration

@@ -5,0 +5,0 @@ Home-page: https://github.com/irusland/httpserver

@@ -8,3 +8,3 @@ import os

VERSION = '2.0.5'
VERSION = '2.0.6'

@@ -11,0 +11,0 @@