Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
countdown-cli
Advanced tools
Simple countdown CLI app.
npm i -g countdown-cli
Output formatting options:
# Default:
λ countdown 30s
# => 00:00:30
# ...
# => 00:00:00
# Percent:
λ countdown 30s %
# => 100%
# ...
# => 0%
# Percent with more digits:
λ countdown 30s 2%
# => 100.00%
# ...
# => 0.00%
Possible input formats:
λ countdown 1h 20m 30s
# => 01:20:30
λ countdown 01:20:30
# => 01:20:30
λ countdown 20:30
# => 00:20:30
λ countdown 30
# => 00:00:30
λ countdown 1h 01:20:30
# => 02:20:30
λ countdown 30 20m
# => 00:20:30
λ countdown 62m
# => 01:02:00
WTFPL – Do What the F*ck You Want to Public License.
Made with :heart: by @MarkTiedemann.
FAQs
Simple countdown CLI app.
We found that countdown-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.