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

meshctrl

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meshctrl - pypi Package Compare versions

Comparing version
0.1.12
to
0.1.13
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: meshctrl
Version: 0.1.12
Version: 0.1.13
Summary: Python port of MeshCentral's Meshctrl.js program

@@ -5,0 +5,0 @@ Home-page: https://github.com/amidaware/meshctrl-py

@@ -8,3 +8,3 @@ import setuptools

name="meshctrl",
version="0.1.12",
version="0.1.13",
description="Python port of MeshCentral's Meshctrl.js program",

@@ -17,3 +17,3 @@ long_description=long_description,

license="MIT",
install_requires=["websockets==10.2", "pycryptodome==3.14.1"],
install_requires=["websockets>=10.2", "pycryptodome>=3.14.1"],
classifiers=[

@@ -20,0 +20,0 @@ "Programming Language :: Python :: 3",

Metadata-Version: 2.1
Name: meshctrl
Version: 0.1.12
Version: 0.1.13
Summary: Python port of MeshCentral's Meshctrl.js program

@@ -5,0 +5,0 @@ Home-page: https://github.com/amidaware/meshctrl-py

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

websockets==10.2
pycryptodome==3.14.1
websockets>=10.2
pycryptodome>=3.14.1