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

noidle

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noidle - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/lib/timeout.js

@@ -5,3 +5,3 @@ "use strict";

return new Promise(function (resolve, reject) {
var node = fork(__dirname + "/external-timeout.js", [pmset, timeout / 1000], {
var node = fork(__dirname + "/external-timeout.js", [pmset, timeout * 1000], {
detached: true,

@@ -8,0 +8,0 @@ stdio: "ignore"

{
"name": "noidle",
"version": "2.0.0",
"version": "2.0.1",
"description": "prevent a system from going to sleep",

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

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