
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
fcal
Advanced tools
pip install fcal
# Print the last 10 days in the default format
fcal -b 10
# Print the last 10 days in MM-DD format
fcal -b 10 -f '%m-%d'
# Print the last 10 days and next 10 days in local datetime format %c
fcal -b 10 -a 10 -f '%c'
# Skip the dates until the next year skiping every 7 days.
fcal -a 365 -s 7
| Directive | Meaning | Example |
|---|---|---|
%A | Weekday as locale’s abbreviated name. | Sun, Mon, |
%A | Weekday as locale’s full name. | Sunday, Monday, …, Saturday |
%d | Day of the month as a zero-padded decimal number. | 01, 02, …, 31 |
%-d | Day of the month as a decimal number. | 1, 2, …, 31 |
%B | Month as locale’s full name. | January, February, …, December |
%m | Month as a zero-padded decimal number. | 01, 02, …, 12 |
%-m | Month as a decimal number. | 1, 2, …, 12 |
%y | Year without century as a zero-padded decimal number. | 00, 01, …, 99 |
%Y | Year with century as a decimal number. | 2001, 2010, …, 2093 |
%% | A literal '%' character. | % |
To build the package locally, run
python -m build
Uploading to twine, which only package authors can do, is done using twine. To test the package locally, run pip install .
FAQs
display days before/after today
We found that fcal 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.