
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.
Market Clock is a minimalistic command-line clock that tracks the current trading status of multiple stock exchanges worldwide. It uses the released trading holidays to determine whether the markets are open or closed and counts down to the next trading event.
Market Clock currently supports the following exchanges:
Exchange | Updated till | Source | Note |
---|---|---|---|
TSE (Tokyo Stock Exchange) | 2026 EOY | TSE | |
SSE (Shanghai Stock Exchange) | 2025 EOY | SSE | |
HKEX (Hong Kong Exchange) | 2025 EOY | HKEX | |
BSE (Bombay Stock Exchange) | 2025 EOY | BSE | Note that Muhurat trading is currently not supported. |
LSE (London Stock Exchange) | 2026 EOY | LSE | |
NYSE (New York Stock Exchange) | 2027 EOY | NYSE | |
Nasdaq | 2025 EOY | Nasdaq |
uv
is needed. Install it if you haven't:
pip install uv
To use Market Clock, install it as a uv tool:
uv tool install market-clock
market-clock
or you can invoke it without installing:
uvx market-clock
To exit the application, simply press Ctrl + C
.
Market Clock supports several command line arguments to customize its behavior:
-m
, --markets
: Specify which market(s) to display. For example, to show only NYSE and Nasdaq:
uvx market-clock --markets NYSE Nasdaq
If no market is specified, it will display the status for all supported markets.
-s
, --show-seconds
: Display seconds in the countdown timer. By default, seconds are hidden.
uvx market-clock --show-seconds
-lm
, --list-markets
: List all supported markets without starting the clock.
uvx market-clock --list-markets
-p
, --print
: Print the clock and exit immediately.
uvx market-clock --print
Contributions are welcome! Please fork the repository and create a new branch for your feature or bug fix.
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
Market clock in your terminal
We found that market-clock 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.