Socket
Socket
Sign inDemoInstall

caffe-idle

Package Overview
Dependencies
70
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "caffe-idle",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple tool to keep mac active",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,18 +0,25 @@

# caffe
Simple tool to keep mac active
# caffe-idle
Simple tool to prevent computer from going to sleep, this is a proof of concept but it works now!!
Keeps the computer active by making a mouse movement every time the idle time is completed.
## Usage
```
caffe [idle interval in minutes (default 10 minutes)] [active interval in minutes (default infinite)]
npx caffe-idle
```
example:
Params:
```
caffe
npx caffe-idle <idle interval> <session time>
```
**idle interval:** Max idle time allowed to prevent mac sleep. default 5 min
**session time:** Session duration in minutes. default infinite
```
caffe 20
npx caffe-idle 10 60
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc