Socket
Socket
Sign inDemoInstall

working-hardly

Package Overview
Dependencies
96
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

7

cli.js

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

format: winston.format.combine(
winston.format.timestamp(),
winston.format.splat(),

@@ -34,7 +35,7 @@ winston.format.simple()

logger.log('info', 'Moving the mouse every %s seconds.', program.interval);
logger.log('info', 'Moving the mouse every %s seconds.', program.interval / 1000);
setInterval(function(){
keepPCAwakeAction();
}, program.interval * 1000);
}, program.interval);

@@ -61,2 +62,4 @@ function keepPCAwakeAction() {

logger.log('info', 'Moving mouse.');
robot.moveMouse(width, height);

@@ -63,0 +66,0 @@ robot.moveMouseSmooth(width / 2, height);

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

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

@@ -11,2 +11,4 @@ # Working (Hardly)

If you have any errors from node-gyp, you may need to do this: https://github.com/octalmage/robotjs#building
## Usage

@@ -13,0 +15,0 @@

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