Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

working-hardly

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

working-hardly - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

cli.js

@@ -18,3 +18,3 @@ #!/usr/bin/env node

const defaultActionInterval = 240 * 60;
const defaultActionInterval = 240 * 1000;

@@ -38,3 +38,3 @@ program

keepPCAwakeAction();
}, program.interval);
}, program.interval * 1000);

@@ -41,0 +41,0 @@ function keepPCAwakeAction() {

{
"name": "working-hardly",
"version": "1.0.0",
"version": "1.1.0",
"description": "Moves your mouse every N seconds.",

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

# Working (Hardly)
Moves the mouse pointer ever N seconds (4 minutes)
Moves the mouse pointer ever N seconds (4 minutes).
Run --help to see options.
Can also type a key instead of move the mouse. Run --help to see all options.
## Installation
`npm i working-hardly` (or use `npx`)
## Usage
`workinghardly`
```
Options:
-V, --version output the version number
-i, --interval [value] How many seconds between mouse movements [240] (default: 14400) -f, --f15instead Hit F15 instead of moving the mouse
-k, --key [value] Provide a keep awake key.
-r, --run Run immediately
-h, --help output usage information
```
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc