Socket
Socket
Sign inDemoInstall

pidusage

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pidusage - npm Package Compare versions

Comparing version 2.0.19 to 2.0.20

4

lib/history.js

@@ -42,3 +42,5 @@ 'use strict'

interval = setInterval(runInvalidator, (maxage || DEFAULT_MAXAGE) / 2)
interval.unref()
if (typeof interval.unref === "function") {
interval.unref()
}
}

@@ -45,0 +47,0 @@

{
"name": "pidusage",
"version": "2.0.19",
"version": "2.0.20",
"description": "Cross-platform process cpu % and memory usage of a PID",

@@ -5,0 +5,0 @@ "license": "MIT",

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