Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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 - npm Package Compare versions

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

@@ -5,0 +5,0 @@ Home-page: https://github.com/markqvist/nomadnet

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

__version__ = "0.9.5"
__version__ = "0.9.6"

@@ -149,2 +149,8 @@ import nomadnet

if not state["literal"]:
# Apply markup sanitization
if first_char == ">" and "`<" in line:
# Remove heading status from lines containing fields
line = line.lstrip(">")
first_char = line[0]
# Check if the command is an escape

@@ -151,0 +157,0 @@ if first_char == "\\":

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

@@ -5,0 +5,0 @@ Home-page: https://github.com/markqvist/nomadnet

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