Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@focus-me/focus-cli
Advanced tools
A configurable CLI-based timer with a plugin system meant to automate various tasks when the timer starts, stops, or ticks. The following plugins are included:
A configurable CLI-based timer with a plugin system meant to automate various tasks when the timer starts, stops, or ticks. The following plugins are included:
npm install -g focus-me
focus
will look in ~/.timerrc.json
to try to load configuration, and if
cannot find it, it will supply a default.
config.time
- The amount of time, in minutes, to count down.config.plugins
- An object of plugins to configure. Each key is the name of
the plugin. Each plugin has an enabled
property to enabled/disabled it, as
well as other plugin-specific configuration.{
"time": 25,
"plugins": {
"name-of-plugin": {
"enabled": true
}
}
}
focus
will start the timer.
If you need to cancel the timer, you can kill the process with a SIGINT
.
Canceling the timer will not execute any plugins' stop methods that should only
be run upon completion of the timer.
FAQs
A configurable timer with a plugin system meant to automate various tasks when the timer starts, stops, or ticks.
The npm package @focus-me/focus-cli receives a total of 0 weekly downloads. As such, @focus-me/focus-cli popularity was classified as not popular.
We found that @focus-me/focus-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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.