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

logiload

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logiload - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

README.md

7

lib/step-types/wait.js

@@ -18,11 +18,12 @@ var LOG = require('log4js').getLogger('lib/steps/wait')

sleepRnd *= rnd();
sleepRnd = Math.round( sleep * rnd() * 1000);
log.info("[a#%s] - sleeping %ss", aid, sleep);
log.info("[a#%s] - sleeping %ss, rnd: %ss", aid, sleep, sleepRnd / 1000 );
setTimeout( function() {
log.debug("[a#%s] - woke up!", aid);
done()
}, sleepRnd * 1000 );
}, sleepRnd );
}
function rnd() { return (Math.random() + Math.random() + Math.random()) / 1.5 }
{
"name": "logiload",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib",

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