
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
fox-progress-bar
Advanced tools
A tiny terminal progress bar with a 🦊

pip install fox-progress-bar
Run a demo with:
fox-progress-demo
from fox_progress_bar import ProgressBar
import time
total = 5_000_000
chunk_size = total // 100
pb = ProgressBar(total_size=total)
for _ in range(100):
pb.update(chunk_size)
time.sleep(0.03)
pb.finish()
[!TIP] You can define your own unit of measurement to display through the
unitparameter ofProgressBar. E.g.pb = ProgressBar(total_size=total, unit="foxes")
Everytime you create a GitHub Release (use a tag like v0.1.0), GitHub Actions will automatically build and publish the package to PyPI. Make sure to bump version in pyproject.toml accordingly for each release. If needed, you can also trigger a release manually from the "Actions" tab in GitHub to bypass the version check (not recommended).
python -m venv .venv
source .venv/bin/activate
pip install -e .
pip install pytest
pytest -q
FAQs
A tiny terminal progress bar with a fox emoji.
We found that fox-progress-bar 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.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.