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.3.7 to 0.3.8

2

lib/providers/mac.js

@@ -43,3 +43,3 @@ var exec = require('child_process').exec;

var foundPID = parseInt(values[labelsMap['PID']], 10);
var rss = parseInt(values[labelsMap['RSS']], 10);
var rss = 1024 * parseInt(values[labelsMap['RSS']], 10);
var cpu = parseFloat(values[labelsMap['%CPU']]);

@@ -46,0 +46,0 @@

{
"name": "usage",
"version": "0.3.7",
"version": "0.3.8",
"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