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

anna

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anna - npm Package Compare versions

Comparing version
0.5
to
0.5.1
+1
-1
anna.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: anna
Version: 0.5
Version: 0.5.1
Summary: A Neat configuratioN Auxiliary

@@ -5,0 +5,0 @@ Home-page: https://gitlab.com/Dominik1123/Anna

@@ -60,3 +60,9 @@ # -*- coding: utf-8 -*-

# Don't strip because this could mess up indentation.
doc_brief = re.split(r'(?<!::)\n[ ]*\n', component.__doc__)[0]
doc_brief, *remainder = re.split(r'(?<!::)\n[ ]*\n', component.__doc__)
if remainder:
doc_brief = (
doc_brief
+ '\n\n'
+ '*[...] Click the info icon in the top-right corner for the complete docs.*'
)
doc_brief_widget.setText(convert_rst_to_html(doc_brief))

@@ -63,0 +69,0 @@ doc_brief_widget.setReadOnly(True)

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

0.5
0.5.1
Metadata-Version: 1.1
Name: anna
Version: 0.5
Version: 0.5.1
Summary: A Neat configuratioN Auxiliary

@@ -5,0 +5,0 @@ Home-page: https://gitlab.com/Dominik1123/Anna