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

PyHackTheBox

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PyHackTheBox - pypi Package Compare versions

Comparing version
0.5.3
to
0.5.4
+2
-0
hackthebox/machine.py

@@ -189,2 +189,4 @@ from datetime import datetime, timedelta

self._author_ids = [data['maker']['id']]
if data.get('ip'):
self._ip = data['ip']
if data['maker2']:

@@ -191,0 +193,0 @@ self._author_ids.append(data['maker2']['id'])

+1
-1
Metadata-Version: 2.1
Name: PyHackTheBox
Version: 0.5.3
Version: 0.5.4
Summary: A wrapper for the Hack The Box API.

@@ -5,0 +5,0 @@ Home-page: https://github.com/clubby789/htb-api

Metadata-Version: 2.1
Name: PyHackTheBox
Version: 0.5.3
Version: 0.5.4
Summary: A wrapper for the Hack The Box API.

@@ -5,0 +5,0 @@ Home-page: https://github.com/clubby789/htb-api

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

requests==2.25.1
python-dateutil==2.8.1
requests==2.27.1
python-dateutil==2.8.2

@@ -11,3 +11,3 @@ import setuptools

name="PyHackTheBox",
version="0.5.3",
version="0.5.4",
author="clubby789@github.com",

@@ -30,6 +30,6 @@ author_email="clubby789@gmail.com",

install_requires=[
"requests==2.25.1",
"python-dateutil==2.8.1"
"requests==2.27.1",
"python-dateutil==2.8.2"
],
long_description_content_type='text/markdown'
)