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.5
to
0.1.7
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: meshctrl
Version: 0.1.5
Version: 0.1.7
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.5',
version='0.1.7',
description='Python port of MeshCentral\'s Meshctrl.js program',

@@ -11,0 +11,0 @@ long_description=long_description,

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

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

@@ -18,3 +18,3 @@ import json

uri = f"{uri}/control.ashx?auth={token}"
uri = f"{self.uri}/control.ashx?auth={token}"

@@ -21,0 +21,0 @@ async with websockets.connect(uri) as websocket: