
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
additional-urwid-widgets
Advanced tools
Some (in my opinion) useful widgets that extend the python library 'urwid'.
The python library urwid
contains many basic widgets, but lacks (in my opinion) of "more specialized" widgets, such as a date picker.
This project provides such "more specialized" widgets.
The project can be installed via pip.
There are several approaches to install a package via the terminal (as discribed here):
Setup a virtual env to install the package (recommended):
python3 venv env
source ./env/bin/activate
python3 -m pip install additional-urwid-widgets
Install the package to the user folder:
python3 -m pip install --user additional-urwid-widgets
Install to the system folder (not recommended):
python3 -m pip install additional-urwid-widgets
See the corresponding wiki entries of the widgets for more information.
DatePicker
A (rudimentary) date picker.
IndicativeListBox
A urwid.ListBox
with additional bars to indicate hidden list items.
IntegerPicker
A selector for integer numbers.
MessageDialog
Wraps urwid.Overlay
to show a message and expects a reaction from the user.
SelectableRow
Wraps urwid.Columns
to make it selectable and adds behavior.
FAQs
Some (in my opinion) useful widgets that extend the python library 'urwid'.
We found that additional-urwid-widgets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.