
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.
expediente
Advanced tools
Expedient info CLI
Usage: expediente <HH:mm> [options]
Options:
-h, --help output usage information
-V, --version output the version number
-h, --hours <HH:mm> hours [HH:mm]
-t, --tolerance <HH:mm> tolerance [HH:mm]
-e, --early <HH:mm> time to be subtracted from the duration
-c, --config <file> JSON config file path
-f, --finish output finish time only
-m, --minimum output minimum time only
$ expediente 10:42
Start 10:42
Remaining 02:26
Minimum 20:15
Finish 20:30
Limit 20:45
$ expediente 10:42 -f
20:30
HH:mm: Start time-h HH:mm: Expedient duration (defaults to 9:48)-t HH:mm: Tolerance time after expedient (defaults to 00:15)-e HH:mm: time to be subtracted from the duration-s: Output simple info-c: JSON config file path-f: Output finish time only-m: Output minimum time onlyIf the file ~/.expedienteconfig.json exists, expediente will
use it's contents as settings for default expedient duration
and tolerance time. Any command line argument will override the file config.
{
"hours": "9:00", // Expedient duration
"tolerance": "0:10", // Tolerance time
"minimum": true // Always output minimum time only
}
MIT
FAQs
CLI para cálculo de duração do expediente
We found that expediente 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
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.