Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

nomadnet

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nomadnet - pypi Package Compare versions

Comparing version
0.9.6
to
0.9.7
+3
-3
nomadnet.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: nomadnet
Version: 0.9.6
Version: 0.9.7
Summary: Communicate Freely

@@ -14,4 +14,4 @@ Home-page: https://github.com/markqvist/nomadnet

License-File: LICENSE
Requires-Dist: rns>=1.0.4
Requires-Dist: lxmf>=0.9.3
Requires-Dist: rns>=1.1.1
Requires-Dist: lxmf>=0.9.4
Requires-Dist: urwid>=2.6.16

@@ -18,0 +18,0 @@ Requires-Dist: qrcode

@@ -1,4 +0,4 @@

rns>=1.0.4
lxmf>=0.9.3
rns>=1.1.1
lxmf>=0.9.4
urwid>=2.6.16
qrcode

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

__version__ = "0.9.6"
__version__ = "0.9.7"

@@ -176,3 +176,3 @@ import os

generated = subprocess.run([file_path], stdout=subprocess.PIPE, env=env_map)
generated = subprocess.run([file_path], stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, env=env_map)
return generated.stdout

@@ -179,0 +179,0 @@ else:

Metadata-Version: 2.4
Name: nomadnet
Version: 0.9.6
Version: 0.9.7
Summary: Communicate Freely

@@ -14,4 +14,4 @@ Home-page: https://github.com/markqvist/nomadnet

License-File: LICENSE
Requires-Dist: rns>=1.0.4
Requires-Dist: lxmf>=0.9.3
Requires-Dist: rns>=1.1.1
Requires-Dist: lxmf>=0.9.4
Requires-Dist: urwid>=2.6.16

@@ -18,0 +18,0 @@ Requires-Dist: qrcode

@@ -33,4 +33,4 @@ import setuptools

},
install_requires=["rns>=1.0.4", "lxmf>=0.9.3", "urwid>=2.6.16", "qrcode"],
install_requires=["rns>=1.1.1", "lxmf>=0.9.4", "urwid>=2.6.16", "qrcode"],
python_requires=">=3.7",
)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display