Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
exclock is a cui extended timer.
$ pip install exclock
$ exclock [options]
--version
: show program's version number and exit-h, --help
: show this help message and exit-c, --clock-name
: set clock filename-l, --list
: show clock names in your PC and exit-t, --time
: Time which spends until or to specified-r, --ring-filename
: Sound-filename which used for ringing with
-t, --time option. Note that you can use EXCLOCK_RING_FILENAME
system variable if you often indicate ring-filename option.--trace, --traceback
: show tracebackEnter
$ exclock -t {time}
format command.
Where time is given in the {hour}:{min} or {hour}:{min}:{sec} format.
Ex.
$ exclock -t "1:00"
$ exclock -t "1:00:20"
Enter
$ exclock -t {time}
format command.
Where time is given in the {sec}, {sec}s, {min}m or {min}m{sec}s.
Ex.
$ exclock -t 3
$ exclock -t 3s
$ exclock -t 2m
$ exclock -t 2m3s
Enter
$ exclock -c {clock-filename}
format command. Although {clock-filename} can be omitted as descrived below.
clock-file should be a file in json5 format.
Official page for json5 format is Here.
{
"title": "title(optional)",
"sounds": {
"time1": {
"message": "message1",
"sound_filename": "sound_filename1",
},
"time2":{
"message": "message2",
"sound_filename": "sound_filename2",
},
...
},
"show_message": show_message(optional),
"loop": loop_number(optional)
}
There are sample files in sample dir in gitlab.
Clock filename can be omitted for some case.
Rules are
Sound filename can be omitted for some case.
Rules are
FAQs
exclock is a cui extended timer.
We found that exclock 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.