Socket
Socket
Sign inDemoInstall

usage

Package Overview
Dependencies
1
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.5 to 0.2.6

4

lib/usage.js

@@ -138,3 +138,5 @@ var sysinfo = require('bindings')('sysinfo');

if(pid) {
historyCpuUsage[pid] = null;
if(historyCpuUsage[pid]) {
historyCpuUsage[pid] = null;
}
} else {

@@ -141,0 +143,0 @@ historyCpuUsage = {};

{
"name": "usage",
"version": "0.2.5",
"version": "0.2.6",
"description": "simple way to lookup linux process usage",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc