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.3
to
0.9.4
+3
-1
nomadnet.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: nomadnet
Version: 0.9.3
Version: 0.9.4
Summary: Communicate Freely

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

*This repository is [a public mirror](./MIRROR.md). All development is happening elsewhere.*
Off-grid, resilient mesh communication with strong encryption, forward secrecy and extreme privacy.

@@ -33,0 +35,0 @@

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

__version__ = "0.9.3"
__version__ = "0.9.4"
import re
import unicodedata
import RNS

@@ -29,3 +28,4 @@ def strip_modifiers(text):

stripped = re.sub(r'[\u200D\u200C]', '', stripped)
stripped = re.sub(r'\r\n?', '\n', stripped)
return stripped
Metadata-Version: 2.4
Name: nomadnet
Version: 0.9.3
Version: 0.9.4
Summary: Communicate Freely

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

*This repository is [a public mirror](./MIRROR.md). All development is happening elsewhere.*
Off-grid, resilient mesh communication with strong encryption, forward secrecy and extreme privacy.

@@ -33,0 +35,0 @@

# Nomad Network - Communicate Freely
*This repository is [a public mirror](./MIRROR.md). All development is happening elsewhere.*
Off-grid, resilient mesh communication with strong encryption, forward secrecy and extreme privacy.

@@ -4,0 +6,0 @@